From b34a2600d5ba85ec0c0cd1982f2911b6339bc7a4 Mon Sep 17 00:00:00 2001 From: Amin Date: Fri, 26 Jul 2024 10:00:53 +0200 Subject: [PATCH] update setup.py and __inti__.py --- setup.py | 2 +- wearablehrv/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 59651f3..6ec1f39 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="wearablehrv", - version="0.1.14", + version="0.1.15", author="Amin Sinichi", author_email="aminsinichi@gmail.com", description="Wearablehrv: A Python package for the validation of heart rate and heart rate variability in wearables.", diff --git a/wearablehrv/__init__.py b/wearablehrv/__init__.py index b52e8ea..42316d5 100644 --- a/wearablehrv/__init__.py +++ b/wearablehrv/__init__.py @@ -2,7 +2,7 @@ #### A Python package designed for data preparation, pre-processing, feature exctraction, comparison, visualization, and statistical individual/group analysis of heart rate and heart rate variability outcome variables recorded from wearable devices that transmit raw interbeat intervals to a host device via Bluetooth. ############################ Wearablehrv ############################ -__version__ = "0.1.14" +__version__ = "0.1.15" from . import individual from . import group