We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bee2ba8 commit 3edaa83Copy full SHA for 3edaa83
zform/__init__.py
@@ -1,6 +1,6 @@
1
"""Traditional Form package integrated with Pydantic models for an Ellar python web framework"""
2
3
-__version__ = "0.1.0"
+__version__ = "0.1.2"
4
import typing as t
5
6
from typing_extensions import Annotated
0 commit comments