Skip to content

Commit

Permalink
Bump version 0.2.0 → 0.3.0
Browse files Browse the repository at this point in the history
Improvements
------------

* Use latest version of SQLModel
* Remove SQLAlchemy dependency pin, it's now in sync with the one asked by SQLModel
  • Loading branch information
frankie567 committed May 3, 2023
1 parent cf49897 commit 83980d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastapi_users_db_sqlmodel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from sqlalchemy.orm import selectinload
from sqlmodel import Field, Session, SQLModel, func, select

__version__ = "0.2.0"
__version__ = "0.3.0"


class SQLModelBaseUserDB(SQLModel):
Expand Down

0 comments on commit 83980d7

Please sign in to comment.