We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a749cc1 commit f958b71Copy full SHA for f958b71
fastapi_framework/__init__.py
@@ -1,6 +1,6 @@
1
"""A FastAPI Framework for things like Database, Redis, Logging, JWT Authentication and Rate Limits"""
2
3
-__version__ = "1.5.3.4"
+__version__ = "1.5.3.5"
4
5
from .modules import check_dependencies, disabled_modules
6
0 commit comments