From faef94330065f210f2b141cf536814a1f55d1647 Mon Sep 17 00:00:00 2001 From: Adrian Rosebrock Date: Fri, 12 Feb 2016 13:27:25 -0500 Subject: [PATCH] Updating version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b73b700..315f6ee 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='imutils', packages=['imutils', 'imutils.video', 'imutils.io'], - version='0.3.4', + version='0.3.5', description='A series of convenience functions to make basic image processing functions such as translation, rotation, resizing, skeletonization, displaying Matplotlib images, sorting contours, detecting edges, and much more easier with OpenCV and both Python 2.7 and Python 3.', author='Adrian Rosebrock', author_email='adrian@pyimagesearch.com',