diff --git a/setup.py b/setup.py index 9929d9d..b5d1b99 100644 --- a/setup.py +++ b/setup.py @@ -70,11 +70,12 @@ def build_extension(self, ext): extensions = cythonize(extensions) setup( name = "pyfof", - version="0.1-dev", + version="0.1.1", description="Friends-of-friends cluster finding in python", author="Simon Gibbons", author_email="sljg2@ast.cam.ac.uk", url="https://github.com/simongibbons/pyfof", + download_url='https://github.com/simongibbons/pyfof/tarball/v0.1.1', license="MIT", keywords=['clustering', 'friends-of-friends'],