File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
* Check that all unit tests are OK
2
2
* Run the demo script and listen to the sounds to empirically check the results
3
3
* 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
5
5
* Commit and push the change with a commit message like this: "Release vx.y.z" (replace x.y.z with the package version)
6
6
* Add and push a git tag to the release commit
7
7
* Add a release here: https://github.com/asteroid-team/torch-audiomentations/releases/new
Original file line number Diff line number Diff line change 16
16
from .utils .config import from_dict , from_yaml
17
17
from .utils .convolution import convolve
18
18
19
- __version__ = "0.10.0 "
19
+ __version__ = "0.10.1 "
You can’t perform that action at this time.
0 commit comments