From fa3b3efd1b5491ec6765c42dd0a7613f8eeba5e4 Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Fri, 15 Apr 2022 10:54:28 -0400 Subject: [PATCH] MAINT: Bump version --- doc/changes/1.0.inc | 2 +- mne/_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/changes/1.0.inc b/doc/changes/1.0.inc index 4c15ca60666..4684efb6ad6 100644 --- a/doc/changes/1.0.inc +++ b/doc/changes/1.0.inc @@ -18,7 +18,7 @@ .. changes_1_0_2: -Version 1.0.2 (unreleased) +Version 1.0.2 (2022-04-15) -------------------------- - Fix bug where ``theme`` was not handled properly in :meth:`mne.io.Raw.plot` (:gh:`10500` by `Eric Larson`_) diff --git a/mne/_version.py b/mne/_version.py index 2d605dd57f4..416f41374f1 100644 --- a/mne/_version.py +++ b/mne/_version.py @@ -3,4 +3,4 @@ # # License: BSD-3-Clause -__version__ = '1.0.1' +__version__ = '1.0.2'