From ae7767e78742dcc4c0277fd44ad1d3f92661e684 Mon Sep 17 00:00:00 2001 From: atomi <1456417373@qq.com> Date: Sun, 31 Mar 2024 14:44:49 +0800 Subject: [PATCH] v0.7.3 --- 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 2702f8e..e3f1ae8 100644 --- a/fastapi_user_auth/__init__.py +++ b/fastapi_user_auth/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.7.2" +__version__ = "0.7.3" __url__ = "https://github.com/amisadmin/fastapi_user_auth" import gettext