From 1c0c89d4b7e6ec7804906abb7b2ef146f02fcc22 Mon Sep 17 00:00:00 2001 From: Tamino Huxohl Date: Wed, 30 Oct 2024 11:07:20 +0100 Subject: [PATCH] increase version number --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e3d8a4a..375de67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "widget_state" -version = "0.0.1" +version = "0.0.2" authors = [ { name="Tamino Huxohl", email="thuxohl@mailbox.org" }, ]