Skip to content

Commit

Permalink
Add __version__ attribute to __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Aminsinichi committed Feb 21, 2024
1 parent 09ab914 commit c19c010
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wearablehrv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c19c010

Please sign in to comment.