From 66d4080da6f456ab936756847f4da540889e9525 Mon Sep 17 00:00:00 2001 From: Stefan Appelhoff Date: Wed, 1 Jun 2022 12:16:06 +0200 Subject: [PATCH] REL: 0.7.2 --- docs/changelog.rst | 2 +- pybv/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index ebaf4fa..fc7f35c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -27,7 +27,7 @@ Here we list a changelog of pybv. :local: :depth: 1 -0.8.0 (unreleased) +0.7.2 (2022-06-01) ================== Bug diff --git a/pybv/__init__.py b/pybv/__init__.py index 3334583..70f65d9 100644 --- a/pybv/__init__.py +++ b/pybv/__init__.py @@ -1,7 +1,7 @@ """A lightweight I/O utility for the BrainVision data format.""" -__version__ = '0.8.0.dev1' +__version__ = '0.7.2' from .io import write_brainvision __all__ = ['write_brainvision']