Skip to content

Commit

Permalink
Bump version to 0.5 (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoechenberger authored Oct 22, 2020
1 parent c9b4512 commit d926c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne_bids/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""MNE software for easily interacting with BIDS compatible datasets."""

__version__ = '0.5.dev0'
__version__ = '0.5'
from mne_bids import commands
from mne_bids.report import make_report
from mne_bids.path import (BIDSPath, get_datatypes, get_entity_vals,
Expand Down

0 comments on commit d926c3a

Please sign in to comment.