fix: use tags

This commit is contained in:
Georg K
2022-03-30 20:16:20 +03:00
parent 1181e2fc47
commit 52bb0699e6
2 changed files with 4 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
from .view import PydanticView
__version__ = "1.12.1_fixed"
__version__ = "1.12.1_fixed1"
__all__ = ("PydanticView", "__version__")