From 5ad4b21047c55f6e87d449bc56fd2d1cd95f7d94 Mon Sep 17 00:00:00 2001 From: Nicolas Chiaruttini Date: Mon, 23 Sep 2024 16:42:31 +0200 Subject: [PATCH] Updates version to match java dependency version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 66ea183..7f8c1fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ sources = ["src"] # https://peps.python.org/pep-0621/ [project] name = "abba-python" -version = "0.9.1.dev2" +version = "0.9.6.dev0" description = "Aligning Big Brains and Atlases (ABBA), controlled from python." readme = "README.md" requires-python = ">=3.9"