Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hakavlad committed Jun 24, 2024
1 parent 15a0fe0 commit 78c3760
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deb/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: tird
Version: 0.15.1
Version: 0.16.0
Section: utils
Architecture: all
Depends: python3 (>= 3.6.0), python3-nacl (>= 1.2.0), python3-pycryptodome (>= 3.6.2)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def readme():


NAME = 'tird'
VERSION = '0.15.1'
VERSION = '0.16.0'

setup(
name=NAME,
Expand Down
2 changes: 1 addition & 1 deletion tird/tird.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
exit(1)


VERSION: str = '0.15.1'
VERSION: str = '0.16.0'

INFO: str = f"""{ITA}I: tird v{VERSION}
A tool for encrypting files and hiding encrypted data.
Expand Down

0 comments on commit 78c3760

Please sign in to comment.