Skip to content

Commit 9dd2d84

Browse files
committed
build: 更新版本号至 4.1.1
- 在 pyproject.toml 中将版本号从 4.1.0 修改为 4.1.1 - 在 versionfile.txt 中更新文件版本和产品版本信息
1 parent cf9d270 commit 9dd2d84

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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 = "vcf_generator_lite"
3-
version = "4.1.0"
3+
version = "4.1.1"
44
description = "A simple VCF generator"
55
authors = [
66
{ name = "Jesse205", email = "[email protected]" },

versionfile.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ VSVersionInfo(
77
ffi=FixedFileInfo(
88
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
99
# Set not needed items to zero 0. Must always contain 4 elements.
10-
filevers=(4,1,0,0),
11-
prodvers=(4,1,0,0),
10+
filevers=(4,1,1,0),
11+
prodvers=(4,1,1,0),
1212
# Contains a bitmask that specifies the valid bits 'flags'r
1313
mask=0x3f,
1414
# Contains a bitmask that specifies the Boolean attributes of the file.
@@ -32,12 +32,12 @@ VSVersionInfo(
3232
u'040904B0',
3333
[StringStruct(u'CompanyName', u'Jesse205'),
3434
StringStruct(u'FileDescription', u''),
35-
StringStruct(u'FileVersion', u'4.1.0.0'),
35+
StringStruct(u'FileVersion', u'4.1.1.0'),
3636
StringStruct(u'InternalName', u'VCF Generator Lite'),
3737
StringStruct(u'LegalCopyright', u'Copyright (c) 2023-2025 Jesse205'),
3838
StringStruct(u'OriginalFilename', u'vcf_generator_lite.exe'),
3939
StringStruct(u'ProductName', u'VCF Generator Lite'),
40-
StringStruct(u'ProductVersion', u'4.1.0.0')])
40+
StringStruct(u'ProductVersion', u'4.1.1.0')])
4141
]),
4242
VarFileInfo([VarStruct(u'Translation', [2052, 1200])])
4343
]

0 commit comments

Comments
 (0)