From c9164e210cecc7326af5dc35bfc1a2f583aa55ac Mon Sep 17 00:00:00 2001 From: Miguel Guthridge Date: Mon, 6 Nov 2023 15:45:56 +1100 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3fb0688..8eba681 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyhtml-enhanced" -version = "1.0.3" +version = "1.0.4" description = "A library for building HTML documents with a simple and learnable syntax" authors = ["Miguel Guthridge "] license = "MIT"