Skip to content

Commit ec942da

Browse files
committed
Bump ver
1 parent 9bef7bf commit ec942da

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pyqt_openai/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# For the sake of following the PEP8 standard, we will declare module-level dunder names.
2222
# PEP8 standard about dunder names: https://peps.python.org/pep-0008/#module-level-dunder-names
2323

24-
__version__ = "1.8.3"
24+
__version__ = "1.9.0"
2525
__author__ = "Jung Gyu Yoon"
2626

2727
# Constants

version_info.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
#
66
VSVersionInfo(
77
ffi=FixedFileInfo(
8-
filevers=(1, 8, 3),
9-
prodvers=(1, 8, 3),
8+
filevers=(1, 9, 0),
9+
prodvers=(1, 9, 0),
1010
mask=0x3f,
1111
flags=0x0,
1212
OS=0x4,
@@ -19,10 +19,10 @@ VSVersionInfo(
1919
[
2020
StringTable(
2121
u'040904B0',
22-
[StringStruct(u'FileVersion', u'1.8.3'),
22+
[StringStruct(u'FileVersion', u'1.9.0'),
2323
StringStruct(u'ProductName', u'VividNode'),
2424
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')])
2626
]),
2727
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
2828
]

0 commit comments

Comments
 (0)