Skip to content

Commit 996ef2e

Browse files
do version 0.6.2
1 parent 667caa5 commit 996ef2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
History
33
=======
44

5-
0.6.1 (2024-01-25)
5+
0.6.2 (2024-01-25)
66
------------------
77

88
* Add `n_clusters` parameter to `fit` method, to allow for a different number of clusters (for now, only k-means)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,6 @@ def install_r():
132132
test_suite='tests',
133133
tests_require=test_requirements,
134134
url='https://github.com/Techtonique/bcn_python',
135-
version='0.6.1',
135+
version='0.6.2',
136136
zip_safe=False,
137137
)

0 commit comments

Comments
 (0)