Update version 1.5.0

This commit is contained in:
Vincent Maillol 2020-11-15 14:41:11 +01:00
parent 22979b7e59
commit 0d3a33c964

View File

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