From 48a4f5cf46c107d2e72dc9d3d59269fcf8bec298 Mon Sep 17 00:00:00 2001 From: Yue Ying Date: Wed, 15 Apr 2026 13:13:41 -0400 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 23f93c59..4471b522 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "ioNERDSS" -version = "2.1.1" +version = "2.2" description = "Package for preparing NERDSS inputs and analysing outputs." readme = "README.md" license = { text = "GPL-3.0" }