Skip to content

Commit 1ea6adb

Browse files
author
Schwannden Kuo
committed
Revert "Bump version: 1.0.1 → 1.1.0"
This reverts commit 98b7ed7.
1 parent b248efb commit 1ea6adb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fastapi_users_db_beanie/__init__.py

Lines changed: 1 addition & 1 deletion
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__ = "1.1.0"
13+
__version__ = "1.0.1"
1414

1515

1616
class BeanieBaseUser(Generic[ID], Document):

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.1.0
2+
current_version = 1.0.1
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)