Skip to content

Commit

Permalink
Prerelease version number changes (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-luke authored Jul 20, 2021
1 parent cfd5053 commit e331358
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@
html_context = {
'build_dev_html': bool(int(os.environ.get('BUILD_DEV_HTML', False))),
'versions_dropdown': {
'v0.0.6': 'v0.0.6 (stable)',
'v0.1.0': 'v0.1.0 (stable)',
'v0.0.6': 'v0.0.6',
'v0.0.5': 'v0.0.5',
'v0.0.4': 'v0.0.4',
'v0.0.3': 'v0.0.3',
Expand Down
2 changes: 1 addition & 1 deletion mne_nirs/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0 dev"
__version__ = "0.1.0"

0 comments on commit e331358

Please sign in to comment.