We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf49897 commit 83980d7Copy full SHA for 83980d7
fastapi_users_db_sqlmodel/__init__.py
@@ -9,7 +9,7 @@
9
from sqlalchemy.orm import selectinload
10
from sqlmodel import Field, Session, SQLModel, func, select
11
12
-__version__ = "0.2.0"
+__version__ = "0.3.0"
13
14
15
class SQLModelBaseUserDB(SQLModel):
0 commit comments