From 0626ea2e57a4227cda1eeadca2b9c738d470bbcf Mon Sep 17 00:00:00 2001 From: Hugo Hromic Date: Mon, 11 May 2015 23:00:01 +0100 Subject: [PATCH] changed version of the tarball archive --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index be133b8..b3768bd 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ 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.1", + download_url = "https://github.com/hhromic/python-bcubed/tarball/1.2", install_requires = ["numpy"], keywords = ["bcubed", "clustering", "evaluation"], classifiers = [],