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

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.2
current_version = 0.1.0
commit = True
tag = True
@ -19,3 +19,4 @@ line_length = 88
multi_line_output = 5
known_standard_library = types
known_third_party = pytest,_pytest