From a23dee11014b4fbb3e61c667d97237569ed93001 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 29 Jun 2022 07:00:15 +0000 Subject: [PATCH] 0.6.5 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2203731..332ed24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.6.5 (2022-06-29) +### Fix +* Just rerun notebook and comment in the decomposition ([`9763f79`](https://github.com/The-Motor-Unit/EMGdecomPy/commit/9763f796832d646c13693f48671dd1085b0f0d0d)) + ## v0.6.4 (2022-06-29) ### Documentation * Fix docs badge ([`edf26bd`](https://github.com/The-Motor-Unit/EMGdecomPy/commit/edf26bd9804cd952f3267cedde839132285e3cef)) diff --git a/pyproject.toml b/pyproject.toml index 44b2ab9..56b13a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "emgdecompy" -version = "0.6.4" +version = "0.6.5" 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"