Skip to content

Commit 00f7994

Browse files
chore(release): 4.1.0-beta.4 [skip ci]
# [4.1.0-beta.4](v4.1.0-beta.3...v4.1.0-beta.4) (2025-08-11) ### Features * **sdk:** generate SDK for version v4.0.0 ([#60](#60)) ([285a52a](285a52a))
1 parent 285a52a commit 00f7994

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.0b3"
32+
version = "4.1.0b4"
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.3"
5+
VERSION = "4.1.0-beta.4"

0 commit comments

Comments
 (0)