Update version 1.5.1

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

View File

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