fix: package version

This commit is contained in:
Georg K 2022-03-30 19:48:03 +03:00
parent f278629217
commit a1dcc544cf

View File

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