From 03e95de0a55ead3402c08cc957fea154724f38db Mon Sep 17 00:00:00 2001 From: Stefan Appelhoff Date: Wed, 29 Sep 2021 20:07:33 +0200 Subject: [PATCH] REL: 0.6.0 --- CITATION.cff | 4 ++-- docs/changelog.rst | 2 +- pybv/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 6369aa9..ea6c680 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -27,6 +27,6 @@ authors: family-names: "Pradhan" orcid: https://orcid.org/0000-0002-6705-5116 title: "pybv" -version: 0.5.0 -date-released: 2021-01-03 +version: 0.6.0 +date-released: 2021-09-29 url: "https://github.com/bids-standard/pybv" diff --git a/docs/changelog.rst b/docs/changelog.rst index 683a0be..f61ed94 100644 --- a/docs/changelog.rst +++ b/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) ==================== Changelog diff --git a/pybv/__init__.py b/pybv/__init__.py index c2762ee..ab8f759 100644 --- a/pybv/__init__.py +++ b/pybv/__init__.py @@ -11,7 +11,7 @@ # # License: BSD-3-Clause -__version__ = '0.6.0.dev0' +__version__ = '0.6.0' from .io import write_brainvision __all__ = ['write_brainvision']