Skip to content

Commit 03e95de

Browse files
committed
REL: 0.6.0
1 parent 0088662 commit 03e95de

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ authors:
2727
family-names: "Pradhan"
2828
orcid: https://orcid.org/0000-0002-6705-5116
2929
title: "pybv"
30-
version: 0.5.0
31-
date-released: 2021-01-03
30+
version: 0.6.0
31+
date-released: 2021-09-29
3232
url: "https://github.com/bids-standard/pybv"

docs/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Here we list a changelog of pybv.
2727
:local:
2828
:depth: 1
2929

30-
Current (unreleased)
30+
0.6.0 (2021-09-29)
3131
====================
3232

3333
Changelog

pybv/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#
1212
# License: BSD-3-Clause
1313

14-
__version__ = '0.6.0.dev0'
14+
__version__ = '0.6.0'
1515
from .io import write_brainvision
1616

1717
__all__ = ['write_brainvision']

0 commit comments

Comments
 (0)