From c9e89fa7231606be3b6f73a33e40d680918c8c86 Mon Sep 17 00:00:00 2001 From: Sam Dudley Date: Mon, 4 Mar 2024 18:39:10 +0000 Subject: [PATCH] Increment project version to 0.5.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 99b7cc9..f6c16ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "neat-html" -version = "0.4.0" +version = "0.5.0" description = "A python library for writing and composing HTML." authors = ["Sam Dudley "] license = "MIT"