Skip to content

Commit 4cf8fbe

Browse files
chore(release): 4.1.3 [skip ci]
## [4.1.3](v4.1.2...v4.1.3) (2026-04-17)
1 parent 3921ba4 commit 4cf8fbe

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.2"
10+
version = "4.1.3"
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.2"
5+
VERSION = "4.1.3"

0 commit comments

Comments
 (0)