From 5d44a0f6f7ada05f4f6dcf976ab1764f1e962aa6 Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Tue, 4 Jun 2024 22:39:06 +0900 Subject: [PATCH] Bump version --- deb/DEBIAN/control | 2 +- setup.py | 2 +- tird/tird.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deb/DEBIAN/control b/deb/DEBIAN/control index 7183050..9cd189f 100644 --- a/deb/DEBIAN/control +++ b/deb/DEBIAN/control @@ -1,5 +1,5 @@ Package: tird -Version: 0.13.0 +Version: 0.14.0 Section: utils Architecture: all Depends: python3 (>= 3.6.0), python3-nacl (>= 1.2.0), python3-pycryptodome (>= 3.6.2) diff --git a/setup.py b/setup.py index d45121b..e08e8bf 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ def readme(): NAME = 'tird' -VERSION = '0.13.0' +VERSION = '0.14.0' setup( name=NAME, diff --git a/tird/tird.py b/tird/tird.py index 0f42335..acdd071 100755 --- a/tird/tird.py +++ b/tird/tird.py @@ -57,7 +57,7 @@ exit(1) -VERSION: str = '0.13.0' +VERSION: str = '0.14.0' INFO: str = f"""{ITA}I: tird v{VERSION} A tool for encrypting files and hiding encrypted data.