Skip to content

Commit

Permalink
Bump version to 0.0.4 (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-luke committed May 14, 2021
1 parent bf38b36 commit a47ac1c
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 @@ -109,7 +109,8 @@
html_context = {
'build_dev_html': bool(int(os.environ.get('BUILD_DEV_HTML', False))),
'versions_dropdown': {
'v0.0.3': 'v0.0.3 (stable)',
'v0.0.4': 'v0.0.4 (stable)',
'v0.0.3': 'v0.0.3',
'v0.0.2': 'v0.0.2',
}
}
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.0.4 dev"
__version__ = "0.0.4"

0 comments on commit a47ac1c

Please sign in to comment.