Skip to content

Commit 7837282

Browse files
committed
Bump version: 1.0.0 → 1.1.0
1 parent 2f4258b commit 7837282

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fastapi_users_db_mongodb/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from pydantic import UUID4
88
from pymongo.collation import Collation
99

10-
__version__ = "1.0.0"
10+
__version__ = "1.1.0"
1111

1212

1313
class MongoDBUserDatabase(BaseUserDatabase[UD]):

setup.cfg

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

0 commit comments

Comments
 (0)