From 2136bdc0bd1be7b4b122c2601c5fed3fd53624f4 Mon Sep 17 00:00:00 2001 From: Miguel Guthridge Date: Fri, 3 May 2024 17:21:19 +1000 Subject: [PATCH] Bump version to v2.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0a5f04b..d93c654 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyhtml-enhanced" -version = "2.0.3" +version = "2.1.0" description = "A library for building HTML documents with a simple and learnable syntax" authors = ["Miguel Guthridge "] license = "MIT"