Update version 1.4.1

This commit is contained in:
Vincent Maillol 2020-11-03 13:14:16 +01:00
parent 2db23d3328
commit 03854cf939

View File

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