mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2025-11-06 07:57:08 +08:00
Bump version: 0.0.2 → 0.1.0
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
"""Ready-to-use and customizable users management for FastAPI."""
|
"""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.fastapi_users import FastAPIUsers # noqa: F401
|
||||||
from fastapi_users.models import BaseUser # noqa: F401
|
from fastapi_users.models import BaseUser # noqa: F401
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 0.0.2
|
current_version = 0.1.0
|
||||||
commit = True
|
commit = True
|
||||||
tag = True
|
tag = True
|
||||||
|
|
||||||
@ -19,3 +19,4 @@ line_length = 88
|
|||||||
multi_line_output = 5
|
multi_line_output = 5
|
||||||
known_standard_library = types
|
known_standard_library = types
|
||||||
known_third_party = pytest,_pytest
|
known_third_party = pytest,_pytest
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user