Skip to content

Commit

Permalink
Updated version number and download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
simongibbons committed Apr 23, 2015
1 parent 700505c commit a1b272c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyfof/pyfof.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Created on Thu Mar 26 17:59:28 2015
"""

__all__ = ["friends_of_friends"]
__version__ = "0.1"
__version__ = "0.1.2"
__author__ = "Simon Gibbons ([email protected])"
__copyright__ = "Copyright 2015 Simon Gibbons"

Expand Down
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.2-dev",
version="0.1.2",
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.2"
license="MIT",
keywords=['clustering', 'friends-of-friends'],

Expand Down

0 comments on commit a1b272c

Please sign in to comment.