From b36af95896260a62371c97ba6611a9405033652f Mon Sep 17 00:00:00 2001 From: atomi <1456417373@qq.com> Date: Thu, 28 Sep 2023 16:14:56 +0800 Subject: [PATCH] v0.6.2 --- fastapi_user_auth/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastapi_user_auth/__init__.py b/fastapi_user_auth/__init__.py index 2ba6bc3..7dd9036 100644 --- a/fastapi_user_auth/__init__.py +++ b/fastapi_user_auth/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.6.2a3" +__version__ = "0.6.2" __url__ = "https://github.com/amisadmin/fastapi_user_auth" import gettext