Skip to content

Commit b745990

Browse files
committedSep 13, 2021
Bump version: 0.0.0 → 0.0.1
1 parent dfe24ab commit b745990

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎fastapi_users_db_sqlmodel/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from sqlalchemy.future import Engine
99
from sqlmodel import Field, Session, SQLModel, func, select
1010

11-
__version__ = "0.0.0"
11+
__version__ = "0.0.1"
1212

1313

1414
class SQLModelBaseUserDB(BaseUserDB, SQLModel):

‎setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.0
2+
current_version = 0.0.1
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)
Please sign in to comment.