We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a900d8e commit 4100c62Copy full SHA for 4100c62
doc/changelog.rst
@@ -14,8 +14,8 @@ Patch version changes indicate backward compatible bug fixes.
14
15
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.
16
17
-v0.6.dev0
18
----------
+v0.6.0
+------
19
20
* Changed ci param to errorbar in sns-catplot functions. By `Nicolas Busato`_.
21
* Fix bug in SNIRF writer that caused incorrect duration to be written to file. By `Robert Luke`_.
mne_nirs/_version.py
@@ -1 +1 @@
1
-__version__ = "0.6.dev0"
+__version__ = "0.6.0"
0 commit comments