Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCBrammer committed May 6, 2020
1 parent 9f5772d commit 0b83a97
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,10 @@ After extracting the PPG signals and peak annotations you can run the `benchmark

# Changelog

### Version 1.3.1 (May 06, 2020)
+ bugfix: corrected control-flow of artifact classification during auto-correction of ECG and PPG peaks.
+ bugfix: using PySide2 resources instead of PyQt5 resources

### Version 1.3.0 (April 27, 2020)
+ enhancement: using the official Qt Python bindings (PySide2) instead of PyQt5.
+ bugfix: enforcing minimal figure height to comply with requirements of Matplotlib > 3.2.0.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="biopeaks",
version="1.3.0",
version="1.3.1",
description="A graphical user interface for feature extraction from heart- and breathing biosignals.",
url="https://github.com/JanCBrammer/biopeaks",
author="Jan C. Brammer",
Expand Down

0 comments on commit 0b83a97

Please sign in to comment.