Skip to content

Commit df65a77

Browse files
committed
Preparing for v0.5.3 release.
1 parent 65e7ea6 commit df65a77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

imutils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# website: http://www.pyimagesearch.com
33

44
# set the version number
5-
__version__ = "0.5.2"
5+
__version__ = "0.5.3"
66

77
# import the necessary packages
88
from .convenience import translate

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup(
44
name='imutils',
55
packages=['imutils', 'imutils.video', 'imutils.io', 'imutils.feature', 'imutils.face_utils'],
6-
version='0.5.2',
6+
version='0.5.3',
77
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.',
88
author='Adrian Rosebrock',
99
author_email='[email protected]',

0 commit comments

Comments
 (0)