Skip to content

Commit

Permalink
Prepare for 0.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kaedroho committed Feb 22, 2015
1 parent 828b23e commit f689fff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setup(
name='Willow',
version='0.1',
version='0.1.1',
description='A Python image library that sits on top of Pillow, Wand and OpenCV',
author='Karl Hobley',
author_email='karlhobley10@gmail.com',
Expand Down
2 changes: 1 addition & 1 deletion willow/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from willow.image import Image

__version__ = '0.1'
__version__ = '0.1.1'

0 comments on commit f689fff

Please sign in to comment.