Skip to content

Commit

Permalink
Bumped version of setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
simongibbons committed Mar 30, 2015
1 parent 2c4d1f1 commit d3f36e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]",
url="https://github.com/simongibbons/pyfof",
download_url='https://github.com/simongibbons/pyfof/tarball/v0.1.1',
license="MIT",
keywords=['clustering', 'friends-of-friends'],

Expand Down

0 comments on commit d3f36e4

Please sign in to comment.