Skip to content

Commit

Permalink
New release with the bugfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
berndporr committed Jan 22, 2024
1 parent 2755be7 commit c41b16f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

setup(
name='py-ecg-detectors',
version='1.3.4',
version='1.3.5',
description="Eight ECG heartbeat detection algorithms and heartrate variability analysis",
long_description=long_description,
author='Luis Howell, Bernd Porr',
author_email='[email protected], [email protected]',
py_modules=['ecgdetectors','hrv','ecgtemplates'],
install_requires=['numpy',
'pathlib2;python_version<"3.4"',
'pathlib2',
'scipy',
'gatspy',
'pywavelets'],
Expand Down
1 change: 1 addition & 0 deletions usage_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,5 @@
plt.title("Heart rate")
plt.xlabel("time/sec")
plt.ylabel("HR/BPM")
plt.ylim([0,200])
plt.show()

0 comments on commit c41b16f

Please sign in to comment.