diff --git a/README.md b/README.md index 6b6181b4..8869d485 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ If the input audio is mono, this transform does nothing except emit a warning. # Changelog -## Unreleased +## [v0.7.0] - 2021-04-16 ### Added diff --git a/torch_audiomentations/__init__.py b/torch_audiomentations/__init__.py index e8342506..5a4606f7 100644 --- a/torch_audiomentations/__init__.py +++ b/torch_audiomentations/__init__.py @@ -10,4 +10,4 @@ from .utils.config import from_dict, from_yaml from .utils.convolution import convolve -__version__ = "0.6.0" +__version__ = "0.7.0"