Skip to content

Commit 24c4fd5

Browse files
committed
Merge branch 'release/0.2.4' into develop
2 parents 6dad2ba + fd3f49c commit 24c4fd5

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pythonic package for Heart Rate Variability Analysis
22
===============================
33

4-
version number: 0.2.3
4+
version number: 0.2.4
55
author: Rhenan Bartels
66

77
Overview

hrv/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
import hrv.classical as classical
2121
import hrv.utils as utils
2222

23-
__version__ = '0.2.3'
23+
__version__ = '0.2.4'

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from codecs import open
33
from os import path
44

5-
__version__ = '0.2.3'
5+
__version__ = '0.2.4'
66

77
here = path.abspath(path.dirname(__file__))
88

@@ -32,7 +32,7 @@
3232
'Programming Language :: Python :: 3',
3333
],
3434
keywords='',
35-
packages=find_packages(exclude=['docs', 'tests*']),
35+
packages=find_packages(exclude=['docs', 'tests*', 'paper']),
3636
include_package_data=True,
3737
author='Rhenan Bartels',
3838
install_requires=install_requires,

0 commit comments

Comments
 (0)