Skip to content

Commit

Permalink
set version 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ericoporto committed Dec 23, 2023
1 parent 8d7dff1 commit a4e69b6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.BBCode
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[size=14pt][b]AGS Toolbox🧰[/b][/size] [color=gray][b]version 0.4.3 [/b][/color]
[size=14pt][b]AGS Toolbox🧰[/b][/size] [color=gray][b]version 0.4.4 [/b][/color]

[url="https://github.com/ericoporto/agstoolbox/releases/download/0.4.3/agstoolbox.exe"]Get Latest Release [b]agstoolbox.exe[/b][/url] | [url="https://github.com/ericoporto/agstoolbox/releases/download/0.4.3/atbx.exe"]companion [b]atbx.exe[/b][/url] | [url="https://github.com/ericoporto/agstoolbox"]GitHub Repo[/url]
[url="https://github.com/ericoporto/agstoolbox/releases/download/0.4.4/agstoolbox.exe"]Get Latest Release [b]agstoolbox.exe[/b][/url] | [url="https://github.com/ericoporto/agstoolbox/releases/download/0.4.4/atbx.exe"]companion [b]atbx.exe[/b][/url] | [url="https://github.com/ericoporto/agstoolbox"]GitHub Repo[/url]

[img]https://img.shields.io/pypi/pyversions/agstoolbox[/img] [url="https://pypi.org/project/agstoolbox/"][img]https://img.shields.io/pypi/v/agstoolbox[/img][/url] [url="https://github.com/ericoporto/agstoolbox"][img]https://img.shields.io/github/release-date/ericoporto/agstoolbox?color=blue&label=%F0%9F%93%85[/img][/url]

Expand Down
8 changes: 4 additions & 4 deletions agstoolbox_version_info.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ VSVersionInfo(
ffi=FixedFileInfo(
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
# Set not needed items to zero 0.
filevers=(0, 4, 3, 0),
prodvers=(0, 4, 3, 0),
filevers=(0, 4, 4, 0),
prodvers=(0, 4, 4, 0),
# Contains a bitmask that specifies the valid bits 'flags'r
mask=0x3f,
# Contains a bitmask that specifies the Boolean attributes of the file.
Expand All @@ -31,12 +31,12 @@ VSVersionInfo(
'040904B0',
[StringStruct('CompanyName', 'eri0o'),
StringStruct('FileDescription', 'AGS Toolbox Utility'),
StringStruct('FileVersion', '0.4.3.0'),
StringStruct('FileVersion', '0.4.4.0'),
StringStruct('InternalName', 'cmd'),
StringStruct('LegalCopyright', '© eri0o. All rights reserved.'),
StringStruct('OriginalFilename', 'agstoolbox.exe'),
StringStruct('ProductName', 'AGS Toolbox'),
StringStruct('ProductVersion', '0.4.3.0')])
StringStruct('ProductVersion', '0.4.4.0')])
]),
VarFileInfo([VarStruct('Translation', [1033, 1200])])
]
Expand Down
8 changes: 4 additions & 4 deletions atbx_version_info.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ VSVersionInfo(
ffi=FixedFileInfo(
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
# Set not needed items to zero 0.
filevers=(0, 4, 3, 0),
prodvers=(0, 4, 3, 0),
filevers=(0, 4, 4, 0),
prodvers=(0, 4, 4, 0),
# Contains a bitmask that specifies the valid bits 'flags'r
mask=0x3f,
# Contains a bitmask that specifies the Boolean attributes of the file.
Expand All @@ -31,12 +31,12 @@ VSVersionInfo(
'040904B0',
[StringStruct('CompanyName', 'eri0o'),
StringStruct('FileDescription', 'ATBX AGS Toolbox Command Line Utility'),
StringStruct('FileVersion', '0.4.3.0'),
StringStruct('FileVersion', '0.4.4.0'),
StringStruct('InternalName', 'cmd'),
StringStruct('LegalCopyright', '© eri0o. All rights reserved.'),
StringStruct('OriginalFilename', 'atbx.exe'),
StringStruct('ProductName', 'AGS Toolbox'),
StringStruct('ProductVersion', '0.4.3.0')])
StringStruct('ProductVersion', '0.4.4.0')])
]),
VarFileInfo([VarStruct('Translation', [1033, 1200])])
]
Expand Down
2 changes: 1 addition & 1 deletion src/agstoolbox/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
__author__ = 'Érico Vieira Porto'
__license__ = 'MIT'
__copyright__ = 'Copyright 2023 Erico Vieira Porto'
__version__ = '0.4.3'
__version__ = '0.4.4'

0 comments on commit a4e69b6

Please sign in to comment.