Compare commits

...

4 Commits

Author SHA1 Message Date
Georg K
4aee715e48 fix:use tags 2022-03-30 19:57:43 +03:00
Georg K
c649905e69 fix:use fixed branch 2022-03-30 19:55:32 +03:00
Georg K
4015c60cfa fix: package version 2.12.1 2022-03-30 19:51:35 +03:00
Georg K
a1dcc544cf fix: package version 2022-03-30 19:48:03 +03:00

View File

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