File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 21
21
# For the sake of following the PEP8 standard, we will declare module-level dunder names.
22
22
# PEP8 standard about dunder names: https://peps.python.org/pep-0008/#module-level-dunder-names
23
23
24
- __version__ = "1.8.3 "
24
+ __version__ = "1.9.0 "
25
25
__author__ = "Jung Gyu Yoon"
26
26
27
27
# Constants
Original file line number Diff line number Diff line change 5
5
#
6
6
VSVersionInfo(
7
7
ffi=FixedFileInfo(
8
- filevers=(1, 8, 3 ),
9
- prodvers=(1, 8, 3 ),
8
+ filevers=(1, 9, 0 ),
9
+ prodvers=(1, 9, 0 ),
10
10
mask=0x3f,
11
11
flags=0x0,
12
12
OS=0x4,
@@ -19,10 +19,10 @@ VSVersionInfo(
19
19
[
20
20
StringTable(
21
21
u'040904B0',
22
- [StringStruct(u'FileVersion', u'1.8.3 '),
22
+ [StringStruct(u'FileVersion', u'1.9.0 '),
23
23
StringStruct(u'ProductName', u'VividNode'),
24
24
StringStruct(u'LegalCopyright', u'Copyright © 2024 Jung Gyu Yoon'),
25
- StringStruct(u'ProductVersion', u'1.8.3 ')])
25
+ StringStruct(u'ProductVersion', u'1.9.0 ')])
26
26
]),
27
27
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
28
28
]
You can’t perform that action at this time.
0 commit comments