diff --git a/docs/conf.py b/docs/conf.py index 58da173..ff25ebb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,7 +9,7 @@ project = 'pydra-freesurfer' author = 'The Aramis Lab' copyright = f'2022-2023, {author}' -release = '0.0.4' +release = '0.0.5' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 03e32f9..3364415 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydra-freesurfer" -version = "0.0.4" +version = "0.0.5" description = "Pydra tasks for FreeSurfer" authors = ["The Aramis Lab"] license = "Apache-2.0"