diff --git a/pyproject.toml b/pyproject.toml index 832a56c..640b650 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "streamlit-pydantic-form" -version = "0.0.5" +version = "0.0.6" description = "Streamlit form component defined by a Pydantic model" license = "MIT" authors = ["Shunichiro Nomura "]