Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
hakavlad committed Jun 9, 2024

Unverified

This user has not yet uploaded their public signing key.
1 parent 31b613c commit b54c0f5
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.14.0
Version: 0.15.0
Section: utils
Architecture: all
Depends: python3 (>= 3.6.0), python3-nacl (>= 1.2.0), python3-pycryptodome (>= 3.6.2)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ def readme():


NAME = 'tird'
VERSION = '0.14.0'
VERSION = '0.15.0'

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


VERSION: str = '0.14.0'
VERSION: str = '0.15.0'

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

0 comments on commit b54c0f5

Please sign in to comment.