Skip to content

Commit

Permalink
update setup.py and __initi__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Aminsinichi committed Jul 26, 2024
1 parent 1758cf5 commit 3c1556a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="wearablehrv",
version="0.1.14",
version="0.2.0",
author="Amin Sinichi",
author_email="[email protected]",
description="Wearablehrv: A Python package for the validation of heart rate and heart rate variability in wearables.",
Expand Down
2 changes: 1 addition & 1 deletion wearablehrv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0"

from . import individual
from . import group
Expand Down

0 comments on commit 3c1556a

Please sign in to comment.