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 eab286e commit 4ac80c7Copy full SHA for 4ac80c7
pyproject.toml
@@ -29,7 +29,7 @@ documentation = "https://github.com/zitadel/client-python"
29
30
[tool.poetry]
31
include = ["zitadel_client/py.typed"]
32
-version = "4.1.0b5"
+version = "4.1.0b6"
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 = "4.1.0-beta.5"
+ VERSION = "4.1.0-beta.6"
0 commit comments