Skip to content

Commit 10b0482

Browse files
committed
set version 0.5.1
1 parent 8787a9b commit 10b0482

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

README.BBCode

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
[size=14pt][b]AGS Toolbox🧰[/b][/size] [color=gray][b]version 0.5.0 [/b][/color]
1+
[size=14pt][b]AGS Toolbox🧰[/b][/size] [color=gray][b]version 0.5.1 [/b][/color]
22

3-
[url="https://github.com/ericoporto/agstoolbox/releases/download/0.5.0/agstoolbox.exe"]Get Latest Release [b]agstoolbox.exe[/b][/url] | [url="https://github.com/ericoporto/agstoolbox/releases/download/0.5.0/atbx.exe"]companion [b]atbx.exe[/b][/url] | [url="https://github.com/ericoporto/agstoolbox"]GitHub Repo[/url]
3+
[url="https://github.com/ericoporto/agstoolbox/releases/download/0.5.1/agstoolbox.exe"]Get Latest Release [b]agstoolbox.exe[/b][/url] | [url="https://github.com/ericoporto/agstoolbox/releases/download/0.5.1/atbx.exe"]companion [b]atbx.exe[/b][/url] | [url="https://github.com/ericoporto/agstoolbox"]GitHub Repo[/url]
44

55
[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]
66

agstoolbox_version_info.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ VSVersionInfo(
66
ffi=FixedFileInfo(
77
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
88
# Set not needed items to zero 0.
9-
filevers=(0, 5, 0, 0),
10-
prodvers=(0, 5, 0, 0),
9+
filevers=(0, 5, 1, 0),
10+
prodvers=(0, 5, 1, 0),
1111
# Contains a bitmask that specifies the valid bits 'flags'r
1212
mask=0x3f,
1313
# Contains a bitmask that specifies the Boolean attributes of the file.
@@ -31,12 +31,12 @@ VSVersionInfo(
3131
'040904B0',
3232
[StringStruct('CompanyName', 'eri0o'),
3333
StringStruct('FileDescription', 'AGS Toolbox Utility'),
34-
StringStruct('FileVersion', '0.5.0.0'),
34+
StringStruct('FileVersion', '0.5.1.0'),
3535
StringStruct('InternalName', 'cmd'),
3636
StringStruct('LegalCopyright', '© eri0o. All rights reserved.'),
3737
StringStruct('OriginalFilename', 'agstoolbox.exe'),
3838
StringStruct('ProductName', 'AGS Toolbox'),
39-
StringStruct('ProductVersion', '0.5.0.0')])
39+
StringStruct('ProductVersion', '0.5.1.0')])
4040
]),
4141
VarFileInfo([VarStruct('Translation', [1033, 1200])])
4242
]

atbx_version_info.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ VSVersionInfo(
66
ffi=FixedFileInfo(
77
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
88
# Set not needed items to zero 0.
9-
filevers=(0, 5, 0, 0),
10-
prodvers=(0, 5, 0, 0),
9+
filevers=(0, 5, 1, 0),
10+
prodvers=(0, 5, 1, 0),
1111
# Contains a bitmask that specifies the valid bits 'flags'r
1212
mask=0x3f,
1313
# Contains a bitmask that specifies the Boolean attributes of the file.
@@ -31,12 +31,12 @@ VSVersionInfo(
3131
'040904B0',
3232
[StringStruct('CompanyName', 'eri0o'),
3333
StringStruct('FileDescription', 'ATBX AGS Toolbox Command Line Utility'),
34-
StringStruct('FileVersion', '0.5.0.0'),
34+
StringStruct('FileVersion', '0.5.1.0'),
3535
StringStruct('InternalName', 'cmd'),
3636
StringStruct('LegalCopyright', '© eri0o. All rights reserved.'),
3737
StringStruct('OriginalFilename', 'atbx.exe'),
3838
StringStruct('ProductName', 'AGS Toolbox'),
39-
StringStruct('ProductVersion', '0.5.0.0')])
39+
StringStruct('ProductVersion', '0.5.1.0')])
4040
]),
4141
VarFileInfo([VarStruct('Translation', [1033, 1200])])
4242
]

src/agstoolbox/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
__title__ = 'agstoolbox'
55
__author__ = 'Érico Vieira Porto'
66
__license__ = 'MIT'
7-
__copyright__ = 'Copyright 2023 Erico Vieira Porto'
8-
__version__ = '0.5.0'
7+
__copyright__ = 'Copyright 2024 Erico Vieira Porto'
8+
__version__ = '0.5.1'

0 commit comments

Comments
 (0)