Bump version: 10.1.0 → 10.1.1

This commit is contained in:
François Voron
2022-06-21 10:01:35 +02:00
parent 6f5b2b1503
commit f38a35ec56
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.1.0"
__version__ = "10.1.1"
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.1.0
current_version = 10.1.1
commit = True
tag = True