From daf74f4eb82bd2389d432bc9b6e40b7e97380a80 Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Wed, 1 Apr 2015 17:41:56 +0100 Subject: [PATCH] Prepare for 0.2 release --- setup.py | 2 +- willow/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 3b0b4dd..07a0cdd 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( name='Willow', - version='0.2b2', + version='0.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 d8b0bfa..7eb0aa7 100644 --- a/willow/__init__.py +++ b/willow/__init__.py @@ -1,3 +1,3 @@ from willow.image import Image -__version__ = '0.2b2' +__version__ = '0.2'