Skip to content

Commit

Permalink
Bump version to v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
NotStatilko committed Jul 4, 2024
1 parent a4239ee commit 5e981bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
'Cloud', 'Non-official'
],
classifiers = [
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
'Intended Audience :: End Users/Desktop',
'Topic :: Security :: Cryptography',
Expand All @@ -46,6 +46,7 @@
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12'
],
entry_points='''
[console_scripts]
Expand Down
2 changes: 1 addition & 1 deletion tgbox_cli/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '1.3.0b0'
VERSION = '1.3'

0 comments on commit 5e981bb

Please sign in to comment.