Skip to content

Commit 38f305c

Browse files
committed
release of 2.0.1
1 parent 9b7fd4a commit 38f305c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pathpy/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
"""
2-
An OpenSource python package to analyze and
2+
An OpenSource python package to analyze and
33
visualize time series data on complex networks.
44
"""
55

66
__author__ = """Ingo Scholtes"""
77
__email__ = 'scholtes@ifi.uzh.ch'
8-
__version__ = '2.0.0'
8+
__version__ = '2.0.1'
99

1010
from .classes import *
1111
import pathpy.path_extraction

0 commit comments

Comments
 (0)