From 7a42b7ce167f417a194eede33aeee37ae55642b2 Mon Sep 17 00:00:00 2001 From: Ali Khan Date: Mon, 2 Dec 2024 21:48:17 -0500 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c7b1095..12c71f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "hippunfold_plot" -version = "0.1.1" +version = "0.1.2" description = "Plotting functions for hippocampal surface maps from HippUnfold" readme = "README.md" requires-python = ">=3.9"