version=1.7.1 fix README render, force twine check because travis does not mount error.

This commit is contained in:
Vincent Maillol
2020-12-20 17:06:17 +01:00
parent 071395e8bd
commit 4ff9739293
5 changed files with 6 additions and 2 deletions

View File

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