Skip to content

Commit

Permalink
MNT: new version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marsipu committed Nov 1, 2021
1 parent 1c7b4c3 commit 747cc06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
readme = (pathlib.Path(__file__).parent / "README.md").read_text()

setup(name='mne-qt-browser',
version='0.1.1',
version='0.1.2',
maintainer='Martin Schulz',
maintainer_email='[email protected]',
description='A new backend based on pyqtgraph for the 2D-Data-Browser '
Expand All @@ -15,7 +15,7 @@
license='License :: OSI Approved :: BSD License',
url='https://github.com/mne-tools/mne-qt-browser',
download_url='https://github.com/mne-tools/mne-qt-browser/archive/refs'
'/tags/v0.1.1.tar.gz',
'/tags/v0.1.2.tar.gz',
project_urls={'Bug Tracker':
'https://github.com/mne-tools/mne-qt-browser/issues'},
classifiers=['Programming Language :: Python :: 3',
Expand Down

0 comments on commit 747cc06

Please sign in to comment.