From 3ba42cd47bb4f5e6bc6c15d4677bb2b2177cb6ae Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Thu, 7 Dec 2023 20:43:57 -0500 Subject: [PATCH] MAINT: Bump to 0.7.0.dev0 (#528) --- azure-pipelines.yml | 3 --- mne_nirs/_version.py | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0f634fd37..524ea36ec 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -51,9 +51,6 @@ stages: Windows: imageName: 'windows-latest' OS: windows - macOS: - imageName: 'macOS-latest' - OS: macos Linux: imageName: 'ubuntu-latest' OS: linux diff --git a/mne_nirs/_version.py b/mne_nirs/_version.py index 906d362f7..c6ca120a9 100644 --- a/mne_nirs/_version.py +++ b/mne_nirs/_version.py @@ -1 +1 @@ -__version__ = "0.6.0" +__version__ = "0.7.0.dev0"