Skip to content

Commit c1357ce

Browse files
author
LegrandNico
committed
Switch to v0.2.1 and change package title to match with the paper
1 parent eb30f7f commit c1357ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ def get_requirements():
1515
return buff.read().splitlines()
1616

1717

18-
DESCRIPTION = """Cardiac signal analysis with Python"""
18+
DESCRIPTION = """Systole: A python package for cardiac signal synchrony and analysis"""
1919

2020
DISTNAME = "systole"
2121
MAINTAINER = "Nicolas Legrand"
2222
MAINTAINER_EMAIL = "nicolas.legrand@cfin.au.dk"
23-
VERSION = "0.2.0"
23+
VERSION = "0.2.1"
2424

2525

2626
if __name__ == "__main__":

0 commit comments

Comments
 (0)