fix: version equals to upstream

This commit is contained in:
Georg K 2022-07-28 02:04:55 +03:00
parent 69141302cf
commit c4b5c20ff4

View File

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