Skip to content

Commit bee5ffe

Browse files
chore(release): 4.1.0-beta.5 [skip ci]
# [4.1.0-beta.5](v4.1.0-beta.4...v4.1.0-beta.5) (2025-09-16) ### Features * **sdk:** generate SDK for version v4.1.3 ([#68](#68)) ([6075a35](6075a35))
1 parent 6075a35 commit bee5ffe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ documentation = "https://github.com/zitadel/client-python"
2929

3030
[tool.poetry]
3131
include = ["zitadel_client/py.typed"]
32-
version = "4.1.0b4"
32+
version = "4.1.0b5"
3333

3434
[tool.poetry.group.dev.dependencies]
3535
pytest = ">= 7.2.1"

zitadel_client/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ class Version:
22
def __init__(self) -> None:
33
pass
44

5-
VERSION = "4.1.0-beta.4"
5+
VERSION = "4.1.0-beta.5"

0 commit comments

Comments
 (0)