diff --git a/setup.py b/setup.py index b3768bd..0e158c3 100644 --- a/setup.py +++ b/setup.py @@ -2,13 +2,13 @@ setup( name = "bcubed", packages = ["bcubed"], - version = "1.2", + version = "1.3", description = "Simple extended BCubed implementation in Python for clustering evaluation", long_description = "Simple extended BCubed implementation in Python for clustering evaluation", author = "Hugo Hromic", author_email = "hhromic@gmail.com", url = "https://github.com/hhromic/python-bcubed", - download_url = "https://github.com/hhromic/python-bcubed/tarball/1.2", + download_url = "https://github.com/hhromic/python-bcubed/tarball/1.3", install_requires = ["numpy"], keywords = ["bcubed", "clustering", "evaluation"], classifiers = [],