Skip to content

Commit

Permalink
Bump version to 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hakavlad committed Oct 16, 2024
1 parent 3183dda commit 2871aad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deb/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]" },
Expand Down
2 changes: 1 addition & 1 deletion tird/tird.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 2871aad

Please sign in to comment.