From 8177cd3c2e908ee4af5018a8964e3f7af68b0a3c Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Sun, 19 Jan 2025 04:11:47 +0900 Subject: [PATCH] Bump version to 0.18.0 --- deb/DEBIAN/control | 2 +- pyproject.toml | 2 +- src/tird/tird.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deb/DEBIAN/control b/deb/DEBIAN/control index f129dda..696a234 100644 --- a/deb/DEBIAN/control +++ b/deb/DEBIAN/control @@ -1,5 +1,5 @@ Package: tird -Version: 0.17.0 +Version: 0.18.0 Section: utils Architecture: all Depends: python3 (>= 3.9.2), python3-cryptography (>= 2.1), python3-nacl (>= 1.2.0) diff --git a/pyproject.toml b/pyproject.toml index 1660410..498aaef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ where = ["src"] [project] name = "tird" -version = "0.17.0" +version = "0.18.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/src/tird/tird.py b/src/tird/tird.py index b9e66f3..4bd1b41 100755 --- a/src/tird/tird.py +++ b/src/tird/tird.py @@ -4323,7 +4323,7 @@ def main() -> NoReturn: # Version of the application -APP_VERSION: Final[str] = '0.17.0' +APP_VERSION: Final[str] = '0.18.0' # Information string for the application APP_INFO: Final[str] = f"""tird v{APP_VERSION}