Skip to content

Commit

Permalink
bump: version 0.11.5 → 0.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
diraven committed Jul 17, 2024
1 parent 7c0fbbd commit bda0346
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.11.5"
__version__ = "0.11.6"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ optional-dependencies = { dev = [
"types-beautifulsoup4",
] }
name = "traveller"
version = "0.11.5"
version = "0.11.6"
requires-python = ">=3.12"
authors = [{ name = "Alex Pavlenko", email = "[email protected]" }]
description = "Automation bot for ukrainian servers"
Expand All @@ -34,7 +34,7 @@ requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.commitizen]
version = "0.11.5"
version = "0.11.6"
tag_format = "v$version"
version_files = ["pyproject.toml:^version", "__init__.py"]

Expand Down

0 comments on commit bda0346

Please sign in to comment.