Skip to content

Commit 0e578f0

Browse files
committed
Bump version: 0.0.2 → 0.0.3
1 parent 40578f1 commit 0e578f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fastapi_users_db_sqlmodel/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from sqlalchemy.orm import selectinload, sessionmaker
1111
from sqlmodel import Field, Session, SQLModel, func, select
1212

13-
__version__ = "0.0.2"
13+
__version__ = "0.0.3"
1414

1515

1616
class SQLModelBaseUserDB(BaseUserDB, SQLModel):

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.2
2+
current_version = 0.0.3
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)