From e5843c639785a33b6777159d49f6424c7763c1ae Mon Sep 17 00:00:00 2001 From: Miguel Guthridge Date: Wed, 3 Apr 2024 13:27:02 +1100 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b2c8364..44abb3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyhtml-enhanced" -version = "2.0.0" +version = "2.0.1" description = "A library for building HTML documents with a simple and learnable syntax" authors = ["Miguel Guthridge "] license = "MIT"