From 2cb109ba0bac952009fd9729e4e4043368d05d8d Mon Sep 17 00:00:00 2001 From: Jakob Pinterits Date: Sat, 13 Apr 2024 21:17:58 +0200 Subject: [PATCH] bumped patch version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 98eb0932..ebaa3164 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] license = "LGPL-3.0" # TODO name = "rio-ui" -version = "0.5.3" +version = "0.5.6" description = "Build modern Websites and Apps just with Python" authors = ["Jakob Pinterits ", "Paul Pinterits"] readme = "README.md"