Bump version to v0.30.0

This commit is contained in:
Alexey Avramov
2025-10-22 02:07:51 +09:00
parent 43c3148fdc
commit 6a2efa5ff3
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
Package: tird Package: tird
Version: 0.22.0 Version: 0.30.0
Section: utils Section: utils
Architecture: all Architecture: all
Depends: python3 (>= 3.9.2), python3-cryptography (>= 2.1), python3-nacl (>= 1.2.0) Depends: python3 (>= 3.9.2), python3-cryptography (>= 2.1), python3-nacl (>= 1.2.0)

View File

@@ -13,7 +13,7 @@ where = [ "src" ]
[project] [project]
name = "tird" name = "tird"
version = "0.22.0" version = "0.30.0"
license = "0BSD" license = "0BSD"
maintainers = [ maintainers = [
{ name = "Alexey Avramov", email = "hakavlad@gmail.com" }, { name = "Alexey Avramov", email = "hakavlad@gmail.com" },

View File

@@ -6149,7 +6149,7 @@ RES: Final[str] = '\x1b[0m' # Reset formatting to default
# Version of the application # Version of the application
APP_VERSION: Final[str] = '0.22.0' APP_VERSION: Final[str] = '0.30.0'
# Information string for the application # Information string for the application
APP_INFO: Final[str] = f"""tird v{APP_VERSION} APP_INFO: Final[str] = f"""tird v{APP_VERSION}