From 88e5f7b76ffc1163a6ee02d96738669c8b5f3c57 Mon Sep 17 00:00:00 2001 From: Adam Li Date: Tue, 23 Aug 2022 11:49:31 -0400 Subject: [PATCH] v0.4 release (#113) * v0.4 release * Add link to review --- doc/conf.py | 5 +++-- doc/whats_new.rst | 7 ++++--- pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index ba92cdac8..f121e525c 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -122,8 +122,9 @@ "pygment_light_style": "tango", "pygment_dark_style": "native", "versions_dropdown": { - "dev": "v0.4 (devel)", - "stable": "v0.3", + "dev": "v0.5 (devel)", + "stable": "v0.4", + "v0.3": "v0.3", "v0.2": "v0.2", "v0.1": "v0.1", }, diff --git a/doc/whats_new.rst b/doc/whats_new.rst index 641146ab2..a2cd49dcb 100644 --- a/doc/whats_new.rst +++ b/doc/whats_new.rst @@ -16,10 +16,11 @@ Here we list a changelog of MNE-ICALabel. .. _current: -Version 0.4 (unreleased) ------------------------- +Version 0.4 +----------- -... +Short release for the JOSS paper. Minor enhancements to BIDS pipeline and bug fixes to code. +See here for review: https://github.com/openjournals/joss-reviews/issues/4484. Enhancements ~~~~~~~~~~~~ diff --git a/pyproject.toml b/pyproject.toml index 176222307..b967d54df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta' [project] name = 'mne-icalabel' -version = "0.4.dev0" +version = "0.4" description = 'MNE-ICALabel: Automatic labeling of ICA components from MEG, EEG and iEEG data with MNE.' readme = 'README.md' license = {file = 'LICENSE'}