Update version 1.4.0

This commit is contained in:
Vincent Maillol 2020-11-01 19:45:05 +01:00
parent 57b50725ea
commit e4b23398b8

View File

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