[Python-modules-commits] [willow] 11/11: Prepare for 0.1.1 release

Christopher Stuart Hoskin mans0954 at moszumanska.debian.org
Tue Dec 5 23:12:19 UTC 2017


This is an automated email from the git hooks/post-receive script.

mans0954 pushed a commit to tag v0.1.1
in repository willow.

commit f689fffdafbc740e4b4d8b46860138ee71f185bc
Author: Karl Hobley <karlhobley10 at gmail.com>
Date:   Sun Feb 22 12:06:37 2015 +0000

    Prepare for 0.1.1 release
---
 setup.py           | 2 +-
 willow/__init__.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index 7d2936a..15c7b24 100644
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ except ImportError:
 
 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 at gmail.com',
diff --git a/willow/__init__.py b/willow/__init__.py
index 804102c..a915484 100644
--- a/willow/__init__.py
+++ b/willow/__init__.py
@@ -1,3 +1,3 @@
 from willow.image import Image
 
-__version__ = '0.1'
+__version__ = '0.1.1'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/willow.git



More information about the Python-modules-commits mailing list