From 31aa9c01609c74c9c3cf004ec14b99ffbf503f91 Mon Sep 17 00:00:00 2001 From: lucy Date: Tue, 26 Nov 2019 10:33:54 -0700 Subject: [PATCH] updated version number --- .idea/workspace.xml | 14 ++++++-------- setup.py | 2 +- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 06e9809..edf123f 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,9 +1,7 @@ - - - + - + @@ -858,8 +856,8 @@ - - + + diff --git a/setup.py b/setup.py index c7851f2..5eccdcd 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name='timecorr', - version='0.1.4.1', + version='0.1.5', description='Compute dynamic correlations, dynamic higher-order correlations, and dynamic graph theoretic measures in timeseries data', long_description=' ', author='Contextual Dynamics Laboratory',