Bump version: 10.0.6 → 10.0.7

This commit is contained in:
François Voron
2022-06-07 08:49:15 +02:00
parent c5ac2b0e6e
commit 2a6128c9fc
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
"""Ready-to-use and customizable users management for FastAPI."""
__version__ = "10.0.6"
__version__ = "10.0.7"
from fastapi_users import models, schemas # noqa: F401
from fastapi_users.exceptions import InvalidID, InvalidPasswordException

View File

@@ -1,5 +1,5 @@
[bumpversion]
current_version = 10.0.6
current_version = 10.0.7
commit = True
tag = True