Skip to content

Commit 52fe898

Browse files
committed
0.6.0
1 parent 62c10fe commit 52fe898

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "tc2-launcher"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
description = ""
55
authors = [
66
{name = "mastercoms",email = "[email protected]"}

tc2_launcher/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
update_self,
1717
)
1818

19-
version = "0.5.0"
19+
version = "0.6.0"
2020

2121

2222
def main():

version.rc

Lines changed: 4 additions & 4 deletions
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, 6, 0, 0),
10+
prodvers=(0, 6, 0, 0),
1111
# Contains a bitmask that specifies the valid bits 'flags'r
1212
mask=0x0,
1313
# Contains a bitmask that specifies the Boolean attributes of the file.
@@ -31,12 +31,12 @@ StringFileInfo(
3131
u'040904B0',
3232
[StringStruct(u'CompanyName', u'mastercomfig'),
3333
StringStruct(u'FileDescription', u'TC2 Launcher'),
34-
StringStruct(u'FileVersion', u'0.5.0.0'),
34+
StringStruct(u'FileVersion', u'0.6.0.0'),
3535
StringStruct(u'InternalName', u'tc2_launcher'),
3636
StringStruct(u'LegalCopyright', u'Copyright © mastercomfig'),
3737
StringStruct(u'OriginalFilename', u'TC2Launcher.exe'),
3838
StringStruct(u'ProductName', u'TC2 Launcher'),
39-
StringStruct(u'ProductVersion', u'0.5.0.0')])
39+
StringStruct(u'ProductVersion', u'0.6.0.0')])
4040
]),
4141
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
4242
]

0 commit comments

Comments
 (0)