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 6075a35 commit bee5ffeCopy full SHA for bee5ffe
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.0b4"
+version = "4.1.0b5"
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.4"
+ VERSION = "4.1.0-beta.5"
0 commit comments