Skip to content

Commit 330c4fe

Browse files
committed
Bump version: 2.0.2 → 2.0.3
1 parent 164b74c commit 330c4fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fastapi_users_db_sqlalchemy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
from fastapi_users_db_sqlalchemy.guid import GUID
2424

25-
__version__ = "2.0.2"
25+
__version__ = "2.0.3"
2626

2727

2828
class SQLAlchemyBaseUserTable:

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.0.2
2+
current_version = 2.0.3
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)