fix: use tags

This commit is contained in:
Georg K 2022-03-30 20:12:44 +03:00
parent c32da605d0
commit 1181e2fc47

View File

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