From 8f7cd6350f42e65f1d891f7afe5889731d72efa8 Mon Sep 17 00:00:00 2001 From: Jakob Pinterits Date: Wed, 10 Apr 2024 16:20:43 +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 b0574ffb..97804bb1 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.1" +version = "0.5.2" description = "Build modern Websites and Apps just with Python" authors = ["Jakob Pinterits ", "Paul Pinterits"] readme = "README.md"