From 6d06ece37af9b617b9bf8c3b8abf02a125436594 Mon Sep 17 00:00:00 2001 From: Alex Zwanenburg Date: Wed, 18 Sep 2024 10:45:12 +0200 Subject: [PATCH] Incremented version. --- docs_source/source/conf.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs_source/source/conf.py b/docs_source/source/conf.py index a43fb547..641173ee 100644 --- a/docs_source/source/conf.py +++ b/docs_source/source/conf.py @@ -22,7 +22,7 @@ author = 'Alex Zwanenburg' # The full version, including alpha/beta/rc tags -release = '2.2.4' +release = '2.3.0' # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 3dc28406..f5cae853 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "mirp" -version = "2.2.4" +version = "2.3.0" description = "A package for standardised processing of medical imaging and computation of quantitative features." authors = [ {name = "Alex Zwanenburg", email = "alexander.zwanenburg@nct-dresden.de"}