From 0ea14e8cf88e25779a9f8100c7169d62a1b765de Mon Sep 17 00:00:00 2001 From: mahdiall99 Date: Thu, 7 Mar 2024 21:05:16 -0500 Subject: [PATCH] Updated version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 91a0aea..805a4ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "medimage-pkg" -version = "0.2.0" +version = "0.3.0" description = "MEDimage is a Python package for processing and extracting features from medical images" authors = ["MEDomics Consortium "] license = "GPL-3.0"