We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f75710 commit 4eaa8ebCopy full SHA for 4eaa8eb
fastapi_users_db_sqlalchemy/__init__.py
@@ -11,7 +11,7 @@
11
12
from fastapi_users_db_sqlalchemy.generics import GUID
13
14
-__version__ = "4.0.0"
+__version__ = "4.0.1"
15
16
UUID_ID = uuid.UUID
17
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 4.0.0
+current_version = 4.0.1
3
commit = True
4
tag = True
5
0 commit comments