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 265482b commit 433fd62Copy full SHA for 433fd62
setup.py
@@ -83,7 +83,7 @@
83
84
setup(
85
name="supertokens_python",
86
- version="0.23.0",
+ version="0.23.1",
87
author="SuperTokens",
88
license="Apache 2.0",
89
author_email="[email protected]",
supertokens_python/constants.py
@@ -14,7 +14,7 @@
14
from __future__ import annotations
15
16
SUPPORTED_CDI_VERSIONS = ["3.0"]
17
-VERSION = "0.23.0"
+VERSION = "0.23.1"
18
TELEMETRY = "/telemetry"
19
USER_COUNT = "/users/count"
20
USER_DELETE = "/user/remove"
0 commit comments