Skip to content

Commit

Permalink
Forgot to update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jrosebr1 committed Dec 5, 2015
1 parent 7861e16 commit b1f4f1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

setup(
name='imutils',
packages=['imutils'],
version='0.3.2',
packages=['imutils', 'imutils.video'],
version='0.3.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 b1f4f1f

Please sign in to comment.