Update version 1.5.1

This commit is contained in:
Vincent Maillol 2020-11-21 18:07:04 +01:00
parent 8aee135f95
commit a6d96d711b

View File

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