update version

This commit is contained in:
Vincent Maillol 2021-08-22 15:06:11 +02:00
parent 1b10ebbcfa
commit 4a49d3b53d

View File

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