Bump version: 6.0.0 → 6.1.0

This commit is contained in:
François Voron
2021-05-20 08:52:48 +02:00
parent 455f695f52
commit c5f0eb2931
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
"""Ready-to-use and customizable users management for FastAPI."""
__version__ = "6.0.0"
__version__ = "6.1.0"
from fastapi_users import models # noqa: F401
from fastapi_users.fastapi_users import FastAPIUsers # noqa: F401