From 48ad43755c5f0d3289f7af5212736357e5b97018 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20=C3=9Cbler?= Date: Fri, 9 Jan 2026 07:55:33 +0100 Subject: [PATCH] Version 0.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 892a23e..796d15a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "gitea-release-action" -version = "0.0.1" +version = "0.1.0" description = "reusable action for release workflows" authors = [ ] requires-python = ">=3.13"