We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e04c27 commit 4aa3b96Copy full SHA for 4aa3b96
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "sag-py-auth"
3
-version = "1.2.3"
+version = "1.2.4"
4
description = "secure fastapi service with keycloak jwt bearer authentication"
5
authors = ["Your Name <you@example.com>"]
6
readme = "README.md"
setup.py
@@ -11,7 +11,7 @@
11
12
setuptools.setup(
13
name="sag-py-auth",
14
- version="1.2.3",
+ version="1.2.4",
15
description="Keycloak authentication for python projects",
16
long_description=LONG_DESCRIPTION,
17
long_description_content_type="text/markdown",
0 commit comments