From 7fcbd120dbb54223234a2207ee16dac616029218 Mon Sep 17 00:00:00 2001 From: Bernd Porr Date: Mon, 8 Nov 2021 08:44:01 +0000 Subject: [PATCH] New version number with a new detector --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 08c3c2e..d46ec3b 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='py-ecg-detectors', - version='1.0.2', + version='1.1.0', description="Seven ECG heartbeat detection algorithms and heartrate variability analysis", long_description=long_description, author='Luis Howell, Bernd Porr',