Skip to content

Commit a78d7dd

Browse files
committed
Bump ver, format
1 parent fad2395 commit a78d7dd

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
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pyqt-openai"
7-
version = "1.5.0"
7+
version = "1.6.0"
88
description = "Python multipurpose chatbot that user can use GPT, other AI models altogether (Release Name: VividNode)"
99
authors = [{ name = "Jung Gyu Yoon", email = "yjg30737@gmail.com" }]
1010
license = { text = "MIT" }

version_info.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
#
66
VSVersionInfo(
77
ffi=FixedFileInfo(
8-
filevers=(1, 5, 0),
9-
prodvers=(1, 5, 0),
8+
filevers=(1, 6, 0),
9+
prodvers=(1, 6, 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.5.0'),
22+
[StringStruct(u'FileVersion', u'1.6.0'),
2323
StringStruct(u'ProductName', u'VividNode'),
2424
StringStruct(u'LegalCopyright', u'Copyright © 2024 Jung Gyu Yoon'),
25-
StringStruct(u'ProductVersion', u'1.5.0')])
25+
StringStruct(u'ProductVersion', u'1.6.0')])
2626
]),
2727
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
2828
]

0 commit comments

Comments
 (0)