From a7de7f3c40dc7bef3446a84cca0283128b2afc09 Mon Sep 17 00:00:00 2001 From: Paul Water Date: Mon, 13 May 2024 07:46:52 +0200 Subject: [PATCH] Release: 1.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 65956c5..aba90ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "PyStratum-Middle" -version= "1.0.0" +version= "1.1.0" description = "PyStratum Backend: The glue between a PyStratum backend and your application." keywords = ["PyStratum", "Middle"] readme = "README.rst"