From 7a77ad1078b3dd3cd446e5e77fcf531f2adef334 Mon Sep 17 00:00:00 2001 From: Miguel Guthridge Date: Wed, 4 Oct 2023 00:07:30 +1100 Subject: [PATCH] Bump version to 1.0.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5b436a2..3fb0688 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyhtml-enhanced" -version = "1.0.2" +version = "1.0.3" description = "A library for building HTML documents with a simple and learnable syntax" authors = ["Miguel Guthridge "] license = "MIT"