Skip to content

Commit d51ee83

Browse files
committed
Release v0.10.1
1 parent 2915756 commit d51ee83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packaging.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
* Check that all unit tests are OK
22
* Run the demo script and listen to the sounds to empirically check the results
33
* Bump the version number in `torch_audiomentations/__init__.py` in accordance with the [semantic versioning specification](https://semver.org/)
4-
* Write a summary of the changes in the version history section in README.md
4+
* Write a summary of the changes in the changelog section in README.md
55
* Commit and push the change with a commit message like this: "Release vx.y.z" (replace x.y.z with the package version)
66
* Add and push a git tag to the release commit
77
* Add a release here: https://github.com/asteroid-team/torch-audiomentations/releases/new

torch_audiomentations/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
from .utils.config import from_dict, from_yaml
1717
from .utils.convolution import convolve
1818

19-
__version__ = "0.10.0"
19+
__version__ = "0.10.1"

0 commit comments

Comments
 (0)