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:30 +01:00
parent 071395e8bd
commit 4ff9739293
5 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
from .view import PydanticView
__version__ = "1.7.0"
__version__ = "1.7.1"
__all__ = ("PydanticView", "__version__")