From 1f6cc3305d0fa59bd36e53c90615cc02aa9df54a Mon Sep 17 00:00:00 2001 From: ljwolf Date: Sun, 22 Apr 2018 02:26:33 +0100 Subject: [PATCH] rev version for release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 56990fa..9558a1e 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='spenc', - version='0.1', + version='0.2', description='Spatially-Encouraged Spectral Clustering, a method of discovering clusters/deriving labels for spatially-referenced data with attribute/labels attached', url='https://github.com/ljwolf/spenc', author='Levi John Wolf',