Skip to content

Commit

Permalink
Preparing for v0.5.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrosebr1 committed Aug 18, 2019
1 parent 65e7ea6 commit df65a77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion imutils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# website: http://www.pyimagesearch.com

# set the version number
__version__ = "0.5.2"
__version__ = "0.5.3"

# import the necessary packages
from .convenience import translate
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name='imutils',
packages=['imutils', 'imutils.video', 'imutils.io', 'imutils.feature', 'imutils.face_utils'],
version='0.5.2',
version='0.5.3',
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='[email protected]',
Expand Down

0 comments on commit df65a77

Please sign in to comment.