Skip to content

Commit 65ca16d

Browse files
committed
Bump version: 3.0.0 → 3.0.1
1 parent d2ef98a commit 65ca16d

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__ = "3.0.0"
25+
__version__ = "3.0.1"
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 = 3.0.0
2+
current_version = 3.0.1
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)