From e293061cf8a44a448a886952c5730e4706d8e1f4 Mon Sep 17 00:00:00 2001 From: foefl Date: Fri, 21 Mar 2025 09:44:54 +0100 Subject: [PATCH] bump version with new compilation function --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6b28af6..033e939 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pycage" -version = "0.1.0" +version = "0.2.0" description = "tool to handle standalone Python installations from the CLI" authors = [ {name = "Florian Förster", email = "f.foerster@d-opt.com"},