We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f4258b commit 7837282Copy full SHA for 7837282
fastapi_users_db_mongodb/__init__.py
@@ -7,7 +7,7 @@
7
from pydantic import UUID4
8
from pymongo.collation import Collation
9
10
-__version__ = "1.0.0"
+__version__ = "1.1.0"
11
12
13
class MongoDBUserDatabase(BaseUserDatabase[UD]):
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.0.0
+current_version = 1.1.0
3
commit = True
4
tag = True
5
0 commit comments