Skip to content

Commit 674a044

Browse files
committed
Bump library version to 1.3
1 parent a744d3a commit 674a044

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
@@ -18,7 +18,7 @@
1818
packages = ['tgbox', 'tgbox.api'],
1919
version = version,
2020
license = 'LGPL-2.1',
21-
description = 'Encrypted cloud storage API based on a Telegram API',
21+
description = 'Encrypted cloud storage Protocol based on a Telegram API',
2222
long_description = open('README.rst', encoding='utf-8').read(),
2323
author = 'NonProjects',
2424
author_email = 'thenonproton@pm.me',
@@ -55,7 +55,7 @@
5555
]
5656
},
5757
classifiers = [
58-
'Development Status :: 4 - Beta',
58+
'Development Status :: 5 - Production/Stable',
5959
'Intended Audience :: Developers',
6060
'Topic :: Security :: Cryptography',
6161
'Topic :: Software Development :: Libraries',

tgbox/version.py

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

0 commit comments

Comments
 (0)