Skip to content

Commit

Permalink
Bump version to 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hakavlad committed Jan 18, 2025
1 parent eeeaea8 commit 8177cd3
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.17.0
Version: 0.18.0
Section: utils
Architecture: all
Depends: python3 (>= 3.9.2), python3-cryptography (>= 2.1), python3-nacl (>= 1.2.0)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]" },
Expand Down
2 changes: 1 addition & 1 deletion src/tird/tird.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 8177cd3

Please sign in to comment.