Update version to 1.3.0

This commit is contained in:
Vincent Maillol 2020-10-30 19:14:21 +01:00
parent 635f38e33a
commit 236374240e

View File

@ -1,5 +1,5 @@
from .view import PydanticView from .view import PydanticView
__version__ = "1.0.0" __version__ = "1.3.0"
__all__ = ("PydanticView", "__version__") __all__ = ("PydanticView", "__version__")