Skip to content

Commit 8ef40f8

Browse files
chore(release): 4.1.0-beta.7 [skip ci]
# [4.1.0-beta.7](v4.1.0-beta.6...v4.1.0-beta.7) (2025-10-03) ### Features * **sdk:** generate SDK for version v4.3.0 ([#71](#71)) ([514026e](514026e))
1 parent 514026e commit 8ef40f8

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.0b6"
32+
version = "4.1.0b7"
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.6"
5+
VERSION = "4.1.0-beta.7"

0 commit comments

Comments
 (0)