Skip to content

Commit

Permalink
MAINT: Bump to 1.0.3 (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner authored May 12, 2022
1 parent cf7660c commit c98e645
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions recipes/mne-python_1.0/construct.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.0.2_1
version: 1.0.3_0
name: MNE-Python
company: MNE-Python Developers

Expand All @@ -16,16 +16,16 @@ initialize_by_default: False
register_python_default: False

# default_prefix will be ignored by macOS .pkg installer!
default_prefix: ${HOME}/mne-python/1.0.2_1 # [linux]
default_prefix: "%USERPROFILE%\\mne-python\\1.0.2_1" # [win]
default_prefix_domain_user: "%LOCALAPPDATA%\\mne-python\\1.0.2_1" # [win]
default_prefix_all_users: "%ALLUSERSPROFILE%\\mne-python\\1.0.2_1" # [win]
default_prefix: ${HOME}/mne-python/1.0.3_0 # [linux]
default_prefix: "%USERPROFILE%\\mne-python\\1.0.3_0" # [win]
default_prefix_domain_user: "%LOCALAPPDATA%\\mne-python\\1.0.3_0" # [win]
default_prefix_all_users: "%ALLUSERSPROFILE%\\mne-python\\1.0.3_0" # [win]

uninstall_name: MNE-Python ${VERSION} (Python ${PYVERSION})

installer_filename: MNE-Python-1.0.2_1-macOS_Intel.pkg # [osx]
installer_filename: MNE-Python-1.0.2_1-Windows.exe # [win]
installer_filename: MNE-Python-1.0.2_1-Linux.sh # [linux]
installer_filename: MNE-Python-1.0.3_0-macOS_Intel.pkg # [osx]
installer_filename: MNE-Python-1.0.3_0-Windows.exe # [win]
installer_filename: MNE-Python-1.0.3_0-Linux.sh # [linux]

post_install: ../../assets/post_install_macOS.sh # [osx]
post_install: ../../assets/post_install_linux.sh # [linux]
Expand Down Expand Up @@ -56,8 +56,8 @@ specs:
- jinja2 <3.1,>=2.10 # Remove once https://github.com/conda-forge/numpydoc-feedstock/pull/17 has been merged
# TODO: ⛔️ ⛔️ ⛔️ REMOVE ASAP STOP ⛔️ ⛔️ ⛔️

- mne =1.0.2=*_2
- mne-installer-menus =1.0.2=*_2
- mne =1.0.3=*_0
- mne-installer-menus =1.0.3=*_0
- mne-qt-browser ~=0.3.0
- mne-bids ~=0.10.0
- mne-connectivity ~=0.3.0
Expand Down Expand Up @@ -127,4 +127,4 @@ condarc:
- conda-forge
channel_priority: strict
allow_other_channels: False
env_prompt: "(mne-1.0.2_1) "
env_prompt: "(mne-1.0.3_0) "

0 comments on commit c98e645

Please sign in to comment.