From 5f578662da542dc556d6d9266ad53a348df88df2 Mon Sep 17 00:00:00 2001 From: Ali Khan Date: Sun, 1 Dec 2024 16:57:06 -0500 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fe66e88..8b776b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "hippunfold_plot" -version = "0.1.0" +version = "0.1.1" description = "Plotting functions for hippocampal surface maps from HippUnfold" readme = "README.md" requires-python = ">=3.9"