Skip to content

Commit

Permalink
Release v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iver56 committed Dec 20, 2021
1 parent 1a905ac commit c8fbcd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,11 @@ If the input audio is mono, this transform does nothing except emit a warning.

## Unreleased

## [v0.9.1] - 2021-12-20

### Added

* Officially mark python 3.9 as supported
* Officially mark python>=3.9 as supported

## [v0.9.0] - 2021-10-11

Expand Down
2 changes: 1 addition & 1 deletion torch_audiomentations/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
from .utils.config import from_dict, from_yaml
from .utils.convolution import convolve

__version__ = "0.9.0"
__version__ = "0.9.1"

0 comments on commit c8fbcd4

Please sign in to comment.