Bump version: 0.0.2 → 0.1.0

This commit is contained in:
François Voron
2019-10-20 10:37:33 +02:00
parent 13a2e63186
commit c4c33820c2
2 changed files with 3 additions and 2 deletions

View File

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