From a92a915faa64aad414e7d0409bd3a7eefc647387 Mon Sep 17 00:00:00 2001 From: the-dipsy Date: Mon, 26 Aug 2024 11:07:07 +0200 Subject: [PATCH] fix: increment pyromaniac version to 0.3.0 --- pyproject.toml | 2 +- pyromaniac.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0cd172c..b041b50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyromaniac" -version = "0.2.0" +version = "0.3.0" description = "Obsessed with creating Ignition" readme = "README.md" license = { file = "LICENSE" } diff --git a/pyromaniac.sh b/pyromaniac.sh index 3ea5a58..ba90a96 100755 --- a/pyromaniac.sh +++ b/pyromaniac.sh @@ -41,4 +41,4 @@ exec podman run \ --rm --interactive --security-opt 'label=disable' \ --volume '.:/spec:ro' \ "${params[@]}" \ - ghcr.io/salatfreak/pyromaniac:0.2.0 "${args[@]}" + ghcr.io/salatfreak/pyromaniac:0.3.0 "${args[@]}"