diff --git a/README.md b/README.md index 13bbf6f..10da9d8 100644 --- a/README.md +++ b/README.md @@ -932,3 +932,4 @@ user.find_element("textarea[name='message']") * 0.1.0 : First release * 0.2.0 : Updated to myauth 0.2.0 +* 0.3.0 : Added Bindings support diff --git a/pyproject.toml b/pyproject.toml index 17ded10..bf6bceb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "myfasthtml" -version = "0.2.0" +version = "0.3.0" description = "Set of tools to quickly create HTML pages using FastHTML." readme = "README.md" authors = [