Skip to content

Commit fde3466

Browse files
chore(release): 1.4.1 [skip ci]
## [1.4.1](v1.4.0...v1.4.1) (2025-05-26) ### Bug Fixes * fixed the package to ensure compatibility with newer python versions ([6d23a0b](6d23a0b))
1 parent 6d23a0b commit fde3466

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
@@ -28,7 +28,7 @@ documentation = "https://python-poetry.org/docs/"
2828

2929
[tool.poetry]
3030
include = ["zitadel_client/py.typed"]
31-
version = "1.4.0"
31+
version = "1.4.1"
3232

3333
[tool.poetry.group.dev.dependencies]
3434
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 = "1.4.0"
5+
VERSION = "1.4.1"

0 commit comments

Comments
 (0)