We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc5f91e commit 33a4a1fCopy full SHA for 33a4a1f
pyproject.toml
@@ -28,7 +28,7 @@ documentation = "https://python-poetry.org/docs/"
28
29
[tool.poetry]
30
include = ["zitadel_client/py.typed"]
31
-version = "1.2.1"
+version = "1.3.0"
32
33
[tool.poetry.group.dev.dependencies]
34
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.2.1"
+ VERSION = "1.3.0"
0 commit comments