From 64ae2ebec7a4c68483afcc236a1d42d9ff221fd9 Mon Sep 17 00:00:00 2001 From: Giulio Rossetti Date: Sat, 30 Sep 2017 09:10:38 +0200 Subject: [PATCH] networkx 2.0 support --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 38bed81..857e7c0 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ # long_description = f.read() setup(name='dynetx', - version='0.1.6', + version='0.2.0', license='GNU General Public License v3 or later (GPLv3+)', description='Dynamic Network library', url='https://github.com/GiulioRossetti/dynetx',