From f958b715fad3c11055483254a320f113aa1f3bcf Mon Sep 17 00:00:00 2001 From: Tert0 <62036464+Tert0@users.noreply.github.com> Date: Fri, 29 Sep 2023 21:51:16 +0200 Subject: [PATCH] v1.5.3.5 --- fastapi_framework/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastapi_framework/__init__.py b/fastapi_framework/__init__.py index 8e34c7b6..cc2b9547 100644 --- a/fastapi_framework/__init__.py +++ b/fastapi_framework/__init__.py @@ -1,6 +1,6 @@ """A FastAPI Framework for things like Database, Redis, Logging, JWT Authentication and Rate Limits""" -__version__ = "1.5.3.4" +__version__ = "1.5.3.5" from .modules import check_dependencies, disabled_modules