code reformatting

This commit is contained in:
Vincent Maillol
2021-07-11 07:31:37 +02:00
parent 08ab4d2610
commit 89a22f2fcd
9 changed files with 33 additions and 14 deletions

View File

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