Skip to content

Commit

Permalink
MNT: Add _version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
marsipu committed Nov 2, 2021
1 parent 431ae0e commit 2c6022a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ raw.plot(block=True)
```

If you want to try the browser with the sample-dataset from mne-python,
run `mne_qt_browser` from the terminal.
run `mne-qt-browser` from the terminal.

### Report Bugs & Feature Requests
Please report bugs and feature requests in the [issues](https://github.com/mne-tools/mne-qt-browser/issues) of this repository.
1 change: 1 addition & 0 deletions mne_qt_browser/_version.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__version__ = '0.1.3'
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
long_description_content_type='text/markdown',
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.2.tar.gz',
download_url=f'https://github.com/mne-tools/mne-qt-browser/archive/refs'
'/tags/v{version}.tar.gz',
project_urls={'Bug Tracker':
'https://github.com/mne-tools/mne-qt-browser/issues'},
classifiers=['Programming Language :: Python :: 3',
Expand All @@ -40,5 +40,5 @@
'pyqtgraph',
'pyopengl'],
entry_points={'console_scripts':
['mne_qt_browser = mne_qt_browser.__main__:main']}
['mne-qt-browser = mne_qt_browser.__main__:main']}
)

0 comments on commit 2c6022a

Please sign in to comment.