From 6b6ff0becbdb7e3820269e8ce78defe5726d28c1 Mon Sep 17 00:00:00 2001 From: Miguel Guthridge Date: Mon, 15 Apr 2024 21:30:45 +1000 Subject: [PATCH] Bump version to 2.0.3 --- pyhtml/__init__.py | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pyhtml/__init__.py b/pyhtml/__init__.py index 17632ba..1f8ccc7 100644 --- a/pyhtml/__init__.py +++ b/pyhtml/__init__.py @@ -1,6 +1,8 @@ """ # PyHTML Enhanced +v2.0.3 + A library for building HTML documents with a simple and learnable syntax, inspired by (and similar to) [Cenk Altı's PyHTML library](https://github.com/cenkalti/pyhtml), but diff --git a/pyproject.toml b/pyproject.toml index ace61ad..adb7c83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyhtml-enhanced" -version = "2.0.2" +version = "2.0.3" description = "A library for building HTML documents with a simple and learnable syntax" authors = ["Miguel Guthridge "] license = "MIT"