Update version 1.7.0

This commit is contained in:
Vincent Maillol 2020-12-20 13:20:48 +01:00
parent cd8422bde3
commit 071395e8bd

View File

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