Skip to content

Commit 78c3760

Browse files
committed
Bump version
1 parent 15a0fe0 commit 78c3760

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

deb/DEBIAN/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: tird
2-
Version: 0.15.1
2+
Version: 0.16.0
33
Section: utils
44
Architecture: all
55
Depends: python3 (>= 3.6.0), python3-nacl (>= 1.2.0), python3-pycryptodome (>= 3.6.2)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def readme():
77

88

99
NAME = 'tird'
10-
VERSION = '0.15.1'
10+
VERSION = '0.16.0'
1111

1212
setup(
1313
name=NAME,

tird/tird.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
exit(1)
5858

5959

60-
VERSION: str = '0.15.1'
60+
VERSION: str = '0.16.0'
6161

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

0 commit comments

Comments
 (0)