From 2a643a08b4fcdd29f220fc5b1a730dffe9d1180a Mon Sep 17 00:00:00 2001 From: Firq <firelp42@gmail.com> Date: Sat, 5 Apr 2025 20:27:41 +0200 Subject: [PATCH] fixed supports stuff and python workflows --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 11fc0ec..da942cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "skyeweave" -version = "1.0.0-c.4" +version = "1.0.0-c.5" requires-python = ">= 3.10" authors = [{name = "Firq", email = "me@firq.dev"}] maintainers = [{name = "Firq", email = "me@firq.dev"}]