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 164b74c commit 330c4feCopy full SHA for 330c4fe
fastapi_users_db_sqlalchemy/__init__.py
@@ -22,7 +22,7 @@
22
23
from fastapi_users_db_sqlalchemy.guid import GUID
24
25
-__version__ = "2.0.2"
+__version__ = "2.0.3"
26
27
28
class SQLAlchemyBaseUserTable:
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.0.2
+current_version = 2.0.3
3
commit = True
4
tag = True
5
0 commit comments