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']