14
0
Files
python-python-keycloak/fix-version.patch

13 lines
424 B
Diff
Raw Normal View History

2024-02-14 01:32:43 +00:00
Index: python-keycloak-3.7.0/pyproject.toml
===================================================================
--- python-keycloak-3.7.0.orig/pyproject.toml
+++ python-keycloak-3.7.0/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "python-keycloak"
-version = "0.0.0"
+version = "3.7.0"
description = "python-keycloak is a Python package providing access to the Keycloak API."
license = "MIT"
readme = "README.md"