We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 073dc02 commit 07f37c0Copy full SHA for 07f37c0
setup.py
@@ -54,7 +54,7 @@
54
]
55
},
56
classifiers = [
57
- 'Development Status :: 4 - Beta',
+ 'Development Status :: 5 - Production/Stable',
58
'Intended Audience :: Developers',
59
'Topic :: Security :: Cryptography',
60
'Topic :: Software Development :: Libraries',
@@ -64,6 +64,6 @@
64
'Programming Language :: Python :: 3.9',
65
'Programming Language :: Python :: 3.10',
66
'Programming Language :: Python :: 3.11',
67
-
+ 'Programming Language :: Python :: 3.12'
68
69
)
tgbox/version.py
@@ -1 +1 @@
1
-VERSION = '1.5.0b2'
+VERSION = '1.5'
0 commit comments