We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b7fd4a commit 38f305cCopy full SHA for 38f305c
pathpy/__init__.py
@@ -1,11 +1,11 @@
1
"""
2
-An OpenSource python package to analyze and
+An OpenSource python package to analyze and
3
visualize time series data on complex networks.
4
"""
5
6
__author__ = """Ingo Scholtes"""
7
__email__ = 'scholtes@ifi.uzh.ch'
8
-__version__ = '2.0.0'
+__version__ = '2.0.1'
9
10
from .classes import *
11
import pathpy.path_extraction
0 commit comments