Skip to content

Commit 07f37c0

Browse files
committed
Update version to 1.5
1 parent 073dc02 commit 07f37c0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
]
5555
},
5656
classifiers = [
57-
'Development Status :: 4 - Beta',
57+
'Development Status :: 5 - Production/Stable',
5858
'Intended Audience :: Developers',
5959
'Topic :: Security :: Cryptography',
6060
'Topic :: Software Development :: Libraries',
@@ -64,6 +64,6 @@
6464
'Programming Language :: Python :: 3.9',
6565
'Programming Language :: Python :: 3.10',
6666
'Programming Language :: Python :: 3.11',
67-
67+
'Programming Language :: Python :: 3.12'
6868
]
6969
)

tgbox/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '1.5.0b2'
1+
VERSION = '1.5'

0 commit comments

Comments
 (0)