diff --git a/pyproject.toml b/pyproject.toml index 76d2392..72b1030 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.10.2.dev0" +version = "0.10.2" description = "Aligning Big Brains and Atlases (ABBA), controlled from python." readme = "README.md" requires-python = ">=3.9"