diff --git a/CHANGELOG.md b/CHANGELOG.md index 16b7d1a..44dfcbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.6.1 (2022-06-28) +### Documentation +* Further trim down report ([`f180279`](https://github.com/The-Motor-Unit/EMGdecomPy/commit/f180279e2a7b34779a6629cccd9b1cdf2dad118d)) + ## v0.6.0 (2022-06-28) ### Feature * Remove delete peak functions ([`7246973`](https://github.com/The-Motor-Unit/EMGdecomPy/commit/7246973eea674379730423eeb922c17af03c0b2b)) diff --git a/pyproject.toml b/pyproject.toml index 56404aa..d5a7a7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "emgdecompy" -version = "0.6.0" +version = "0.6.1" description = "A package for decomposing multi-channel intramuscular and surface EMG signals into individual motor unit activity based off the blind source algorithm described in Francesco Negro et al 2016 J. Neural Eng. 13 026027." authors = ["Daniel King", "Jasmine Ortega", "Rada Rudyak", "Rowan Sivanandam"] license = "GPL-3.0-only"