Update version 1.9.0

This commit is contained in:
Vincent Maillol
2021-04-04 14:02:37 +02:00
parent beb638c0af
commit 324c9b02f3
2 changed files with 11 additions and 1 deletions

View File

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