Update version 1.6.0

This commit is contained in:
Vincent Maillol 2020-11-28 12:42:06 +01:00
parent c4c18ee4a1
commit f2b16a46b5

View File

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