Skip to content

Commit 8bf951f

Browse files
committed
KIT-4555: Forgot to bump version
1 parent 3c3ad6e commit 8bf951f

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-brand"
3-
version = "1.2.3"
3+
version = "1.2.4"
44
description = "Keycloak brand/instance authentication for python projects"
55
authors = ["Samhammer AG"]
66
license = "MIT"

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-brand",
14-
version="1.2.3",
14+
version="1.2.4",
1515
description="Keycloak brand/instance authentication for python projects",
1616
long_description=LONG_DESCRIPTION,
1717
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)