[Python-modules-commits] [willow] 15/18: Correct Willow version

Christopher Stuart Hoskin mans0954 at moszumanska.debian.org
Sun Jan 29 18:11:25 UTC 2017


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

mans0954 pushed a commit to branch master
in repository willow.

commit 1c5860f046c2c7a76d08990bbf0156b9a8d4d4d6
Author: Christopher Hoskin <christopher.hoskin at gmail.com>
Date:   Sun Sep 11 21:38:32 2016 +0100

    Correct Willow version
    
    Bug: https://github.com/torchbox/Willow/issues/43
    Author: Christopher Hoskin <christopher.hoskin at gmail.com>
    Last-Updated: 2016-09-11
---
 setup.py           | 2 +-
 willow/__init__.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index 4d2ab26..34de961 100644
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ except ImportError:
 
 setup(
     name='Willow',
-    version='0.4a0',
+    version='0.3.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 ec6f52b..055c4dc 100644
--- a/willow/__init__.py
+++ b/willow/__init__.py
@@ -27,4 +27,4 @@ def setup():
 setup()
 
 
-__version__ = '0.4a0'
+__version__ = '0.3.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