Compare commits

1 Commits

Author SHA1 Message Date
Vincent Maillol
2a064a75d9 update version 2020-10-25 20:52:04 +01:00

View File

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