diff --git a/wearablehrv/__init__.py b/wearablehrv/__init__.py index b1e85f9..e21ada1 100644 --- a/wearablehrv/__init__.py +++ b/wearablehrv/__init__.py @@ -2,5 +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.10' + from wearablehrv import individual from wearablehrv import group