diff --git a/docs/changelog.rst b/docs/changelog.rst index 25f3017..34f9604 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -27,8 +27,8 @@ Here we list a changelog of pybv. :local: :depth: 1 -Current (unreleased) -==================== +0.7.0 (2022-05-28) +================== Changelog ~~~~~~~~~ diff --git a/pybv/__init__.py b/pybv/__init__.py index cf27784..94d218a 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.7.0.dev0' +__version__ = '0.7.0' from .io import write_brainvision __all__ = ['write_brainvision']