diff --git a/setup.py b/setup.py index 15c7b245..c70495b1 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( name='Willow', - version='0.1.1', + version='0.1.2', description='A Python image library that sits on top of Pillow, Wand and OpenCV', author='Karl Hobley', author_email='karlhobley10@gmail.com', diff --git a/willow/__init__.py b/willow/__init__.py index a9154847..f298ef41 100644 --- a/willow/__init__.py +++ b/willow/__init__.py @@ -1,3 +1,3 @@ from willow.image import Image -__version__ = '0.1.1' +__version__ = '0.1.2'