Skip to content

Commit 17a2015

Browse files
author
Hugo Hromic
committed
prepare hotfix release 1.1
1 parent 0eec2f1 commit 17a2015

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
setup(
33
name = "bcubed",
44
packages = ["bcubed"],
5-
version = "1.0",
5+
version = "1.1",
66
description = "Simple extended BCubed implementation in Python for clustering evaluation",
77
long_description = "Simple extended BCubed implementation in Python for clustering evaluation",
88
author = "Hugo Hromic",
99
author_email = "hhromic@gmail.com",
1010
url = "https://github.com/hhromic/python-bcubed",
11-
download_url = "https://github.com/hhromic/python-bcubed/tarball/1.0",
11+
download_url = "https://github.com/hhromic/python-bcubed/tarball/1.1",
1212
install_requires = ["numpy"],
1313
keywords = ["bcubed", "clustering", "evaluation"],
1414
classifiers = [],

0 commit comments

Comments
 (0)