Skip to content

Commit

Permalink
prepare hotfix release 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Hromic committed May 1, 2015
1 parent 0eec2f1 commit 17a2015
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
setup(
name = "bcubed",
packages = ["bcubed"],
version = "1.0",
version = "1.1",
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.0",
download_url = "https://github.com/hhromic/python-bcubed/tarball/1.1",
install_requires = ["numpy"],
keywords = ["bcubed", "clustering", "evaluation"],
classifiers = [],
Expand Down

0 comments on commit 17a2015

Please sign in to comment.