From 33af4f2df5a112053ec63b60ab1262d94b1a05af Mon Sep 17 00:00:00 2001 From: Robin Franken <77491494+rmfranken@users.noreply.github.com> Date: Tue, 3 Dec 2024 09:10:32 +0100 Subject: [PATCH] fix: actually it should be 0.7.1 - otherwise we have two releases with the same version number... --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 37d59f2..949a282 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ [tool.poetry] name = "gimie" -version = "0.7.0" +version = "0.7.1" description = "Extract structured metadata from git repositories." authors = ["Swiss Data Science Center "] license = "Apache-2.0"