Skip to content

Commit

Permalink
Bumped version to avoid conflict on 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MSeal committed Apr 2, 2014
1 parent 15be3e7 commit c6097b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def readMD(fname):

setup(
name="AgglomCluster",
version="1.0.0",
version="1.0.1",
author="Matthew Seal",
author_email="[email protected]",
description="Performs greedy agglomerative clustering on network-x graphs",
Expand All @@ -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=[
Expand Down

0 comments on commit c6097b3

Please sign in to comment.