From abf41a29beb7a4605d8f8faf12e2e75e276a50aa Mon Sep 17 00:00:00 2001 From: Tim Savage Date: Mon, 19 Feb 2024 10:46:47 +1100 Subject: [PATCH] Bump release version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 066508a..a73a78e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "pyapp" -version = "4.13.1" +version = "4.14" description = "A Python application framework - Let us handle the boring stuff!" authors = ["Tim Savage "] license = "BSD-3-Clause"