We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0088662 commit 03e95deCopy full SHA for 03e95de
3 files changed
CITATION.cff
@@ -27,6 +27,6 @@ authors:
27
family-names: "Pradhan"
28
orcid: https://orcid.org/0000-0002-6705-5116
29
title: "pybv"
30
-version: 0.5.0
31
-date-released: 2021-01-03
+version: 0.6.0
+date-released: 2021-09-29
32
url: "https://github.com/bids-standard/pybv"
docs/changelog.rst
@@ -27,7 +27,7 @@ Here we list a changelog of pybv.
:local:
:depth: 1
-Current (unreleased)
+0.6.0 (2021-09-29)
====================
33
Changelog
pybv/__init__.py
@@ -11,7 +11,7 @@
11
#
12
# License: BSD-3-Clause
13
14
-__version__ = '0.6.0.dev0'
+__version__ = '0.6.0'
15
from .io import write_brainvision
16
17
__all__ = ['write_brainvision']
0 commit comments