From 99c1a31f325b3338bf64e83639f60f57efae39d7 Mon Sep 17 00:00:00 2001 From: Giulio Rossetti Date: Fri, 24 Feb 2017 15:13:41 +0100 Subject: [PATCH] bugfix --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 87e76b4..6e2e5a7 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ # long_description = f.read() setup(name='ndlib', - version='1.0', + version='1.0b', license='GNU General Public License v3 or later (GPLv3+)', description='Network Diffusion Library', url='https://github.com/GiulioRossetti/ndlib',