We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c5c2e5 commit 729a534Copy full SHA for 729a534
fastapi_users_db_ormar/__init__.py
@@ -7,7 +7,7 @@
7
from ormar.exceptions import NoMatch
8
from pydantic import UUID4
9
10
-__version__ = "0.0.0"
+__version__ = "1.0.0"
11
12
13
class OrmarBaseUserModel(ormar.Model):
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
@@ -18,7 +18,7 @@ profile = black
18
19
[tool:pytest]
20
addopts = --ignore=test_build.py
21
-markers =
+markers =
22
authentication
23
db
24
fastapi_users
0 commit comments