diff --git a/setup.py b/setup.py index 483784a..59651f3 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="wearablehrv", - version="0.1.13", + version="0.1.14", 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 8125116..b52e8ea 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.13" +__version__ = "0.1.14" from . import individual from . import group