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',