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 a744d3a commit 674a044Copy full SHA for 674a044
setup.py
@@ -18,7 +18,7 @@
18
packages = ['tgbox', 'tgbox.api'],
19
version = version,
20
license = 'LGPL-2.1',
21
- description = 'Encrypted cloud storage API based on a Telegram API',
+ description = 'Encrypted cloud storage Protocol based on a Telegram API',
22
long_description = open('README.rst', encoding='utf-8').read(),
23
author = 'NonProjects',
24
author_email = 'thenonproton@pm.me',
@@ -55,7 +55,7 @@
55
]
56
},
57
classifiers = [
58
- 'Development Status :: 4 - Beta',
+ 'Development Status :: 5 - Production/Stable',
59
'Intended Audience :: Developers',
60
'Topic :: Security :: Cryptography',
61
'Topic :: Software Development :: Libraries',
tgbox/version.py
@@ -1 +1 @@
1
-VERSION = '1.3.0b2'
+VERSION = '1.3'
0 commit comments