From 5580c64df60bf31299cdba646b8cffd9c638e64e Mon Sep 17 00:00:00 2001 From: Frank Hoffmann <15r10nk-git@polarbit.de> Date: Thu, 21 Sep 2023 20:29:35 +0200 Subject: [PATCH] chore: bump version to 0.4.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b1782c0..081f64e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "pysource-minimize" -version = "0.3.0" -description = "find failing section in python source" +version = "0.4.0" +description = "minimize python source code" authors = ["Frank Hoffmann"] license = "MIT" readme = "README.md"