From 62bf9a683c2851abcce766d096d7ad860f3218b2 Mon Sep 17 00:00:00 2001 From: Dylan Paiton Date: Mon, 7 Aug 2023 17:33:12 -0700 Subject: [PATCH] increments version to 0.4.1 (#799) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 24fbae9551..0bb27b1793 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] # TODO test this with docker name = "elf-simulations" -version = "0.4.0" +version = "0.4.1" authors = [ { name = "Dylan Paiton", email = "dylan@delv.tech" }, { name = "Mihai Cosma", email = "mihai@delv.tech" },