From 08e4aec65d9f85712826047de8d912b1714390f8 Mon Sep 17 00:00:00 2001 From: Ghislain Vaillant Date: Wed, 4 Jan 2023 15:31:51 +0100 Subject: [PATCH] MNT: Bump version to 0.0.3 --- docs/conf.py | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index be20a1d..b0e8d36 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -8,8 +8,8 @@ project = 'pydra-freesurfer' author = 'The Aramis Lab' -copyright = f'2022, {author}' -release = '0.0.2' +copyright = f'2022-2023, {author}' +release = '0.0.3' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index ed465a6..503a333 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydra-freesurfer" -version = "0.0.2" +version = "0.0.3" description = "Pydra tasks for FreeSurfer" authors = ["The Aramis Lab"] license = "Apache-2.0"