fix: use tags

This commit is contained in:
Georg K
2022-03-30 20:05:56 +03:00
parent bf34914a8a
commit 0e991070a5
2 changed files with 2 additions and 1 deletions

View File

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