Skip to content

Commit

Permalink
prepare for hotfix release (1.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Hromic committed Oct 20, 2016
1 parent 405ad12 commit c78d78a
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.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 = "[email protected]",
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 = [],
Expand Down

0 comments on commit c78d78a

Please sign in to comment.