Skip to content

Commit

Permalink
Release v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iver56 committed Mar 24, 2022
1 parent 2915756 commit d51ee83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packaging.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
* Check that all unit tests are OK
* Run the demo script and listen to the sounds to empirically check the results
* Bump the version number in `torch_audiomentations/__init__.py` in accordance with the [semantic versioning specification](https://semver.org/)
* Write a summary of the changes in the version history section in README.md
* Write a summary of the changes in the changelog section in README.md
* Commit and push the change with a commit message like this: "Release vx.y.z" (replace x.y.z with the package version)
* Add and push a git tag to the release commit
* Add a release here: https://github.com/asteroid-team/torch-audiomentations/releases/new
Expand Down
2 changes: 1 addition & 1 deletion torch_audiomentations/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
from .utils.config import from_dict, from_yaml
from .utils.convolution import convolve

__version__ = "0.10.0"
__version__ = "0.10.1"

0 comments on commit d51ee83

Please sign in to comment.