Skip to content

Commit bb92079

Browse files
committed
Bump version: 0.0.3 → 0.0.4
1 parent e4ec43e commit bb92079

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
@@ -9,7 +9,7 @@
99
from sqlalchemy.orm import selectinload
1010
from sqlmodel import Field, Session, SQLModel, func, select
1111

12-
__version__ = "0.0.3"
12+
__version__ = "0.0.4"
1313

1414

1515
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.3
2+
current_version = 0.0.4
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)