From 38f305cee11ffa688cea869f2f43970564b6f813 Mon Sep 17 00:00:00 2001 From: Luca Verginer Date: Sat, 18 Aug 2018 18:19:34 +0200 Subject: [PATCH] release of 2.0.1 --- pathpy/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pathpy/__init__.py b/pathpy/__init__.py index 0bb086b..d4a385f 100644 --- a/pathpy/__init__.py +++ b/pathpy/__init__.py @@ -1,11 +1,11 @@ """ -An OpenSource python package to analyze and +An OpenSource python package to analyze and visualize time series data on complex networks. """ __author__ = """Ingo Scholtes""" __email__ = 'scholtes@ifi.uzh.ch' -__version__ = '2.0.0' +__version__ = '2.0.1' from .classes import * import pathpy.path_extraction