Skip to content

Commit 68d250c

Browse files
committed
Bump version: 1.1.1 → 2.0.0
1 parent 3af62b4 commit 68d250c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fastapi_users_db_tortoise/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from tortoise.exceptions import DoesNotExist
1010
from tortoise.queryset import QuerySetSingle
1111

12-
__version__ = "1.1.1"
12+
__version__ = "2.0.0"
1313

1414

1515
class TortoiseBaseUserModel(models.Model):

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.1
2+
current_version = 2.0.0
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)