Bump version: 10.0.7 → 10.1.0

This commit is contained in:
François Voron
2022-06-21 08:04:17 +02:00
parent b999ec9967
commit f5f4ea482e
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.7"
__version__ = "10.1.0"
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.7
current_version = 10.1.0
commit = True
tag = True