From c5fad4fcaabdb9861d773793fe2494134769231e Mon Sep 17 00:00:00 2001 From: KShivendu Date: Tue, 19 Sep 2023 11:18:11 +0530 Subject: [PATCH] chores: Bump version to 0.16.1 --- supertokens_python/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supertokens_python/constants.py b/supertokens_python/constants.py index 075ff9309..292277329 100644 --- a/supertokens_python/constants.py +++ b/supertokens_python/constants.py @@ -14,7 +14,7 @@ from __future__ import annotations SUPPORTED_CDI_VERSIONS = ["3.0"] -VERSION = "0.16.0" +VERSION = "0.16.1" TELEMETRY = "/telemetry" USER_COUNT = "/users/count" USER_DELETE = "/user/remove"