From 275b1379397bbf454da851d3b61f30ec0c0f0243 Mon Sep 17 00:00:00 2001 From: Nico de Vos Date: Wed, 15 Nov 2017 12:07:44 -0800 Subject: [PATCH] bump version to 0.8 --- kmodes/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kmodes/__init__.py b/kmodes/__init__.py index a4d23a4..1cbd19d 100644 --- a/kmodes/__init__.py +++ b/kmodes/__init__.py @@ -1,4 +1,4 @@ """Python implementations of the k-modes and k-prototypes clustering algorithms. """ -__version__ = '0.7' +__version__ = '0.8'