Skip to content

Commit

Permalink
Bump library version to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
NotStatilko committed Aug 31, 2023
1 parent a744d3a commit 674a044
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
packages = ['tgbox', 'tgbox.api'],
version = version,
license = 'LGPL-2.1',
description = 'Encrypted cloud storage API based on a Telegram API',
description = 'Encrypted cloud storage Protocol based on a Telegram API',
long_description = open('README.rst', encoding='utf-8').read(),
author = 'NonProjects',
author_email = 'thenonproton@pm.me',
Expand Down Expand Up @@ -55,7 +55,7 @@
]
},
classifiers = [
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Topic :: Security :: Cryptography',
'Topic :: Software Development :: Libraries',
Expand Down
2 changes: 1 addition & 1 deletion tgbox/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '1.3.0b2'
VERSION = '1.3'

0 comments on commit 674a044

Please sign in to comment.