From 1aeb016807388378d51e05d9f0d6e5983aedd375 Mon Sep 17 00:00:00 2001 From: Keith Philpott Date: Fri, 22 Dec 2023 23:08:46 -0800 Subject: [PATCH] 1.2.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e8a126e..1a4f90c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "simple-html" -version = "1.2.0" +version = "1.2.1" readme = "README.md" description = "Template-less html rendering in Python" authors = ["Keith Philpott "]