Skip to content

Commit 55011ba

Browse files
chore(release): 4.1.0-beta.8 [skip ci]
# [4.1.0-beta.8](v4.1.0-beta.7...v4.1.0-beta.8) (2026-01-30) ### Features * migrate from Poetry/mypy to uv/ty for improved performance ([#87](#87)) ([7340d70](7340d70))
1 parent 4b498d8 commit 55011ba

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
@@ -7,7 +7,7 @@ requires-python = ">=3.10"
77
authors = [
88
{ name = "Mridang Agarwalla", email = "mridang@zitadel.com" }
99
]
10-
version = "4.1.0b7"
10+
version = "4.1.0b8"
1111
keywords = ["sdk", "iam", "client-lib", "client-library", "sdk-python", "zitadel", "zitadel-sdk"]
1212
classifiers = [
1313
"Topic :: Software Development :: Libraries"

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.7"
5+
VERSION = "4.1.0-beta.8"

0 commit comments

Comments
 (0)