diff --git a/setup.py b/setup.py index 72453ab..7597d3d 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ def readMD(fname): setup( name="AgglomCluster", - version="1.0.0", + version="1.0.1", author="Matthew Seal", author_email="mseal@opengov.com", description="Performs greedy agglomerative clustering on network-x graphs", @@ -33,7 +33,7 @@ def readMD(fname): license='LGPL 2.1', test_suite='tests', url='https://github.com/MSeal/agglom_cluster', - download_url='https://github.com/MSeal/agglom_cluster/tarball/v1.0.0', + download_url='https://github.com/MSeal/agglom_cluster/tarball/v1.0.1', zip_safe=False, keywords=['network-x', 'data', 'graphs', 'clustering', 'agglomerative'], classifiers=[