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"}