Skip to content

Commit 4100c62

Browse files
authored
FIX: Version (#526)
1 parent a900d8e commit 4100c62

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: doc/changelog.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Patch version changes indicate backward compatible bug fixes.
1414

1515
To install a specific version of the library you would run ``pip install mne-nirs==0.3.0``, where ``0.3.0`` is the version you wish to install.
1616

17-
v0.6.dev0
18-
---------
17+
v0.6.0
18+
------
1919

2020
* Changed ci param to errorbar in sns-catplot functions. By `Nicolas Busato`_.
2121
* Fix bug in SNIRF writer that caused incorrect duration to be written to file. By `Robert Luke`_.

Diff for: mne_nirs/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.6.dev0"
1+
__version__ = "0.6.0"

0 commit comments

Comments
 (0)