Skip to content

Commit 3edaa83

Browse files
authored
0.1.2
1 parent bee2ba8 commit 3edaa83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zform/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Traditional Form package integrated with Pydantic models for an Ellar python web framework"""
22

3-
__version__ = "0.1.0"
3+
__version__ = "0.1.2"
44
import typing as t
55

66
from typing_extensions import Annotated

0 commit comments

Comments
 (0)