Skip to content

Commit

Permalink
Bump version: 0.0.0 → 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
frankie567 committed Sep 13, 2021
1 parent dfe24ab commit b745990
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fastapi_users_db_sqlmodel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from sqlalchemy.future import Engine
from sqlmodel import Field, Session, SQLModel, func, select

__version__ = "0.0.0"
__version__ = "0.0.1"


class SQLModelBaseUserDB(BaseUserDB, SQLModel):
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.0
current_version = 0.0.1
commit = True
tag = True

Expand All @@ -18,7 +18,7 @@ profile = black

[tool:pytest]
addopts = --ignore=test_build.py
markers =
markers =
authentication
db
fastapi_users
Expand Down

0 comments on commit b745990

Please sign in to comment.