From d69f8fd2697c8a867fb23a7dcadfb355d1c7dd62 Mon Sep 17 00:00:00 2001 From: solzimer Date: Fri, 24 May 2019 18:01:15 +0200 Subject: [PATCH] 0.10.2 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 24d48f8..661e0a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "skmeans", - "version": "0.10.1", + "version": "0.10.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 389c905..41f805a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "skmeans", - "version": "0.10.1", + "version": "0.10.2", "description": "Super fast simple k-means and k-means++ clustering for unidimiensional and multidimensional data. Works in node and browser", "author": "David Gómez Matarrodona ", "url": "https://github.com/owner/project/issues",