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 6d23a0b commit fde3466Copy full SHA for fde3466
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.4.0"
+version = "1.4.1"
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.4.0"
+ VERSION = "1.4.1"
0 commit comments