mirror of
https://github.com/hakavlad/tird.git
synced 2025-12-22 06:27:06 +00:00
Bump version to v0.30.0
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
Package: tird
|
||||
Version: 0.22.0
|
||||
Version: 0.30.0
|
||||
Section: utils
|
||||
Architecture: all
|
||||
Depends: python3 (>= 3.9.2), python3-cryptography (>= 2.1), python3-nacl (>= 1.2.0)
|
||||
|
||||
@@ -13,7 +13,7 @@ where = [ "src" ]
|
||||
|
||||
[project]
|
||||
name = "tird"
|
||||
version = "0.22.0"
|
||||
version = "0.30.0"
|
||||
license = "0BSD"
|
||||
maintainers = [
|
||||
{ name = "Alexey Avramov", email = "hakavlad@gmail.com" },
|
||||
|
||||
@@ -6149,7 +6149,7 @@ RES: Final[str] = '\x1b[0m' # Reset formatting to default
|
||||
|
||||
|
||||
# Version of the application
|
||||
APP_VERSION: Final[str] = '0.22.0'
|
||||
APP_VERSION: Final[str] = '0.30.0'
|
||||
|
||||
# Information string for the application
|
||||
APP_INFO: Final[str] = f"""tird v{APP_VERSION}
|
||||
|
||||
Reference in New Issue
Block a user