From ab21b66c54f3fb68f18f9249fb3f8bb6be640809 Mon Sep 17 00:00:00 2001 From: Arun Ponnusamy Date: Sun, 31 Mar 2019 11:59:18 +0530 Subject: [PATCH] Update version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d3d2ce5..cb5f7a9 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='cvlib', - version='0.1.8', + version='0.2.0', description='A high level, easy to use, open source computer vision library for python', url='https://github.com/arunponnusamy/cvlib.git', author='Arun Ponnusamy',