version 1.10.1

This commit is contained in:
Vincent Maillol
2021-08-04 09:04:05 +02:00
parent a624aba613
commit adcf4ba902
2 changed files with 2 additions and 2 deletions

View File

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