From 2f8d12b708890d4478a26e0ee8367ad0a28930ac Mon Sep 17 00:00:00 2001 From: Keith Philpott Date: Sun, 14 Jan 2024 22:49:42 -0800 Subject: [PATCH] version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 917a579..a906352 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "simple-html" -version = "1.2.2" +version = "1.2.3" readme = "README.md" description = "Template-less html rendering in Python" authors = ["Keith Philpott "]