From 53bb3d0f5f24e9bb088dac5d30c3eb79fd469c1f Mon Sep 17 00:00:00 2001 From: iver56 Date: Mon, 22 Feb 2021 16:14:35 +0100 Subject: [PATCH] Release v0.6.0 --- README.md | 2 +- torch_audiomentations/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a69cb8b..f9c11437 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ If the input audio is mono, this transform does nothing except emit a warning. # Changelog -## Unreleased +## [v0.6.0] - 2021-02-22 ### Added diff --git a/torch_audiomentations/__init__.py b/torch_audiomentations/__init__.py index 33e0e90a..fa056d1f 100644 --- a/torch_audiomentations/__init__.py +++ b/torch_audiomentations/__init__.py @@ -9,4 +9,4 @@ from .utils.config import from_dict, from_yaml from .utils.convolution import convolve -__version__ = "0.5.1" +__version__ = "0.6.0"