From 236dc11ebfb1af9cc76d23b681e81d5169f4a74f Mon Sep 17 00:00:00 2001 From: Amin Date: Wed, 21 Feb 2024 12:45:01 +0100 Subject: [PATCH] test2 publish-to-pypi.yml --- setup.py | 2 +- wearablehrv/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index c6b8822..695bdf0 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="wearablehrv", - version="0.1.11", + version="0.1.12", 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 00c7108..daac96f 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.11' +__version__ = '0.1.12' from wearablehrv import individual from wearablehrv import group