update version

This commit is contained in:
Vincent Maillol 2020-10-25 20:52:04 +01:00
parent d6b5fc26f3
commit 2a064a75d9

View File

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