Bump version: 10.0.5 → 10.0.6

This commit is contained in:
François Voron
2022-05-27 09:49:39 +02:00
parent 98e6e63a0e
commit b59fc794f3
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.5"
__version__ = "10.0.6"
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.5
current_version = 10.0.6
commit = True
tag = True