Skip to content

Commit 74335c5

Browse files
committed
Bump version: 0.0.0 → 1.0.0
1 parent 4799ef5 commit 74335c5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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__ = "0.0.0"
12+
__version__ = "1.0.0"
1313

1414

1515
class TortoiseBaseUserModel(models.Model):

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.0
2+
current_version = 1.0.0
33
commit = True
44
tag = True
55

@@ -18,7 +18,7 @@ profile = black
1818

1919
[tool:pytest]
2020
addopts = --ignore=test_build.py
21-
markers =
21+
markers =
2222
authentication
2323
db
2424
fastapi_users

0 commit comments

Comments
 (0)