Skip to content

Commit

Permalink
FIX: Version (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Nov 21, 2023
1 parent a900d8e commit 4100c62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Patch version changes indicate backward compatible bug fixes.

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.

v0.6.dev0
---------
v0.6.0
------

* Changed ci param to errorbar in sns-catplot functions. By `Nicolas Busato`_.
* Fix bug in SNIRF writer that caused incorrect duration to be written to file. By `Robert Luke`_.
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.6.dev0"
__version__ = "0.6.0"

0 comments on commit 4100c62

Please sign in to comment.