We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89d0cf6 commit 7ab1bc5Copy full SHA for 7ab1bc5
fastapi_users_db_beanie/__init__.py
@@ -11,7 +11,7 @@
11
from pymongo import IndexModel
12
from pymongo.collation import Collation
13
14
-__version__ = "3.0.0"
+__version__ = "4.0.0"
15
16
17
class BeanieBaseUser(BaseModel):
0 commit comments