We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5edf3df commit cfc0c3cCopy full SHA for cfc0c3c
setup.py
@@ -70,7 +70,7 @@
70
71
setup(
72
name="supertokens_python",
73
- version="0.14.4",
+ version="0.14.5",
74
author="SuperTokens",
75
license="Apache 2.0",
76
author_email="[email protected]",
supertokens_python/constants.py
@@ -14,7 +14,7 @@
14
from __future__ import annotations
15
16
SUPPORTED_CDI_VERSIONS = ["2.21"]
17
-VERSION = "0.14.4"
+VERSION = "0.14.5"
18
TELEMETRY = "/telemetry"
19
USER_COUNT = "/users/count"
20
USER_DELETE = "/user/remove"
0 commit comments