Skip to content

Commit

Permalink
update version to 0.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Aminsinichi committed Mar 22, 2024
1 parent 29067a5 commit 968b498
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.12",
version="0.1.13",
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.",
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.12"
__version__ = "0.1.13"

from . import individual
from . import group
Expand Down

0 comments on commit 968b498

Please sign in to comment.