diff --git a/pyhtml/__init__.py b/pyhtml/__init__.py index 17632ba..1f8ccc7 100644 --- a/pyhtml/__init__.py +++ b/pyhtml/__init__.py @@ -1,6 +1,8 @@ """ # PyHTML Enhanced +v2.0.3 + A library for building HTML documents with a simple and learnable syntax, inspired by (and similar to) [Cenk Altı's PyHTML library](https://github.com/cenkalti/pyhtml), but diff --git a/pyproject.toml b/pyproject.toml index ace61ad..adb7c83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyhtml-enhanced" -version = "2.0.2" +version = "2.0.3" description = "A library for building HTML documents with a simple and learnable syntax" authors = ["Miguel Guthridge "] license = "MIT"