Bump version: 8.1.4 → 9.0.0

This commit is contained in:
François Voron
2021-12-30 15:25:51 +01:00
parent c4de66b81c
commit 925dad5207
2 changed files with 4 additions and 4 deletions

View File

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