From 8f5968cd4aba749437a097cf8e13522849f4a9cd Mon Sep 17 00:00:00 2001 From: Remy Duijsens Date: Fri, 10 Apr 2026 10:28:46 +0200 Subject: [PATCH] Bump version from 1.0.0 to 2.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aa47ab5..5b3e083 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "MNM-Kit" -version = "1.0.0" +version = "2.0.0" description = "Multivariate Normative Modeling Kit" authors = ["remdui "] license = "MIT"