fix: fix tags

This commit is contained in:
Georg K 2022-03-30 20:24:39 +03:00
parent cd3a48c27a
commit 6c154c76ff

View File

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