Skip to content

Commit eedd103

Browse files
committed
Bump version 2.0.0 → 3.0.0
Breaking changes ---------------- * Drop Python 3.7 support
1 parent 9c1bbc1 commit eedd103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastapi_users_db_beanie/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from pymongo import IndexModel
1111
from pymongo.collation import Collation
1212

13-
__version__ = "2.0.0"
13+
__version__ = "3.0.0"
1414

1515

1616
class BeanieBaseUser(BaseModel):

0 commit comments

Comments
 (0)