From 08de592c524b1c95ec111b8c920fe7112150ec02 Mon Sep 17 00:00:00 2001 From: David Orme Date: Tue, 24 Sep 2024 15:32:07 +0100 Subject: [PATCH] Update pyproject.toml Bump release version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e22941105..c23071bc0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ license = "BSD-3-Clause" name = "virtual_ecosystem" readme = "README.md" repository = "https://github.com/ImperialCollegeLondon/virtual_ecosystem" -version = "0.1.1a5" +version = "0.1.1a6" [tool.poetry.scripts] ve_run = "virtual_ecosystem.entry_points:ve_run_cli"