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"