From d30bc68cea0c69eb4048f9d737c747ecfd2f9e65 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 29 Jun 2022 18:33:57 +0000 Subject: [PATCH] 0.6.7 Automatically generated by python-semantic-release --- CHANGELOG.md | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a50ee40..8e9f8ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ +## v0.6.7 (2022-06-29) + + ## v0.6.6 (2022-06-29) ### Documentation * Change codecov settings ([`fe32513`](https://github.com/The-Motor-Unit/EMGdecomPy/commit/fe325136106321cddae4519dd7ca6abf807a5fed)) diff --git a/pyproject.toml b/pyproject.toml index db029f1..e9fcea8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "emgdecompy" -version = "0.6.6" +version = "0.6.7" 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"