We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eec2f1 commit 17a2015Copy full SHA for 17a2015
setup.py
@@ -2,13 +2,13 @@
2
setup(
3
name = "bcubed",
4
packages = ["bcubed"],
5
- version = "1.0",
+ version = "1.1",
6
description = "Simple extended BCubed implementation in Python for clustering evaluation",
7
long_description = "Simple extended BCubed implementation in Python for clustering evaluation",
8
author = "Hugo Hromic",
9
author_email = "hhromic@gmail.com",
10
url = "https://github.com/hhromic/python-bcubed",
11
- download_url = "https://github.com/hhromic/python-bcubed/tarball/1.0",
+ download_url = "https://github.com/hhromic/python-bcubed/tarball/1.1",
12
install_requires = ["numpy"],
13
keywords = ["bcubed", "clustering", "evaluation"],
14
classifiers = [],
0 commit comments