From 2871aadb96da68f7a04ac062a19dbc86611f7873 Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Thu, 17 Oct 2024 01:12:18 +0900 Subject: [PATCH] Bump version to 0.17.0 --- deb/DEBIAN/control | 2 +- pyproject.toml | 2 +- tird/tird.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deb/DEBIAN/control b/deb/DEBIAN/control index a5ec340..e699e3f 100644 --- a/deb/DEBIAN/control +++ b/deb/DEBIAN/control @@ -1,5 +1,5 @@ Package: tird -Version: 0.16.0 +Version: 0.17.0 Section: utils Architecture: all Depends: python3 (>= 3.9.0), python3-nacl (>= 1.2.0), python3-pycryptodome (>= 3.6.2) diff --git a/pyproject.toml b/pyproject.toml index fb326dc..dc0f0bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "tird" -version = "0.16.0" +version = "0.17.0" license = { text = "CC0-1.0", url = "https://creativecommons.org/publicdomain/zero/1.0/" } maintainers = [ { name = "Alexey Avramov", email = "hakavlad@gmail.com" }, diff --git a/tird/tird.py b/tird/tird.py index 30b0a66..23bb7f5 100755 --- a/tird/tird.py +++ b/tird/tird.py @@ -3796,7 +3796,7 @@ def main() -> NoReturn: # Version of the application -APP_VERSION: Final[str] = '0.16.0' +APP_VERSION: Final[str] = '0.17.0' # Information string for the application INFO: Final[str] = f"""tird v{APP_VERSION}