Skip to content

Commit ec6e335

Browse files
committed
bump to 0.0.8
1 parent 472c15b commit ec6e335

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 0.0.7 - 2022-11-22
1+
# 0.0.8 - 2022-11-22
22

33
- Replace `scipy.cluster.vq.kmeans2` with the faster function
44
`sklearn.cluster.KMeans`. Thanks to @johnarevalo for providing details about

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name = "harmonypy",
8-
version = "0.0.7",
8+
version = "0.0.8",
99
author = "Kamil Slowikowski",
1010
author_email = "kslowikowski@gmail.com",
1111
description = "A data integration algorithm.",

0 commit comments

Comments
 (0)