From cec498e4944a617311b941b1275840963784a83b Mon Sep 17 00:00:00 2001 From: David Warshaw Date: Mon, 20 Mar 2017 13:29:25 -0400 Subject: [PATCH] Bump version number for release. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3a9465e..ce65f41 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup(name='hmc', - version='0.1', + version='0.2', description='Decision tree based hierachical multi-classifier', url='https://github.com/davidwarshaw/hmc', author='David Warshaw',