Skip to content

Commit 3e53775

Browse files
committed
Bump version: 2.0.4 → 3.0.0
1 parent e24d824 commit 3e53775

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fastapi_users_db_sqlalchemy/__init__.py

+1-1
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.4"
25+
__version__ = "3.0.0"
2626

2727

2828
class SQLAlchemyBaseUserTable:

setup.cfg

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

0 commit comments

Comments
 (0)