We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c80997e commit ca38b75Copy full SHA for ca38b75
2 files changed
pyproject.toml
@@ -29,7 +29,7 @@ documentation = "https://python-poetry.org/docs/"
29
30
[tool.poetry]
31
include = ["zitadel_client/py.typed"]
32
-version = "1.5.0"
+version = "1.6.0"
33
34
[tool.poetry.group.dev.dependencies]
35
pytest = ">= 7.2.1"
zitadel_client/version.py
@@ -2,4 +2,4 @@ class Version:
2
def __init__(self) -> None:
3
pass
4
5
- VERSION = "1.5.0"
+ VERSION = "1.6.0"
0 commit comments