diff --git a/fastapi_users/__init__.py b/fastapi_users/__init__.py index 95ce4e27..70a779cc 100644 --- a/fastapi_users/__init__.py +++ b/fastapi_users/__init__.py @@ -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 diff --git a/setup.cfg b/setup.cfg index faece9f3..7393bca4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 10.0.6 +current_version = 10.0.7 commit = True tag = True