diff --git a/fastapi_users/__init__.py b/fastapi_users/__init__.py index d21c0bc0..8659f44e 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.1.2" +__version__ = "10.1.3" from fastapi_users import models, schemas # noqa: F401 from fastapi_users.exceptions import InvalidID, InvalidPasswordException diff --git a/setup.cfg b/setup.cfg index 7b1ea70f..042656f2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 10.1.2 +current_version = 10.1.3 commit = True tag = True