Compare commits

...

1 Commits

Author SHA1 Message Date
Georg K
bf34914a8a fix: use tags 2022-03-30 20:02:53 +03:00

View File

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