We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03dfd39 commit 49d64f0Copy full SHA for 49d64f0
fastapi_users_db_beanie/__init__.py
@@ -10,7 +10,7 @@
10
from pymongo import IndexModel
11
from pymongo.collation import Collation
12
13
-__version__ = "0.0.0"
+__version__ = "1.0.0"
14
15
16
class BeanieBaseUser(Generic[ID], Document):
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.0.0
+current_version = 1.0.0
3
commit = True
4
tag = True
5
0 commit comments