Skip to content

Commit 4aa3b96

Browse files
committed
KIT-4555: Forgot to bump version
1 parent 8e04c27 commit 4aa3b96

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
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sag-py-auth"
3-
version = "1.2.3"
3+
version = "1.2.4"
44
description = "secure fastapi service with keycloak jwt bearer authentication"
55
authors = ["Your Name <you@example.com>"]
66
readme = "README.md"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setuptools.setup(
1313
name="sag-py-auth",
14-
version="1.2.3",
14+
version="1.2.4",
1515
description="Keycloak authentication for python projects",
1616
long_description=LONG_DESCRIPTION,
1717
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)