[Python-modules-commits] [willow] 05/05: Bump version to 0.1

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


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

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

commit 29c76a6d76c853bbd549f7babfaca3117eeb894b
Author: Karl Hobley <karlhobley10 at gmail.com>
Date:   Tue Nov 4 20:37:09 2014 +0000

    Bump version to 0.1
---
 setup.py           | 2 +-
 willow/__init__.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index 9a9fef7..11b3895 100644
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ except ImportError:
 
 setup(
     name='Willow',
-    version='0.1a1',
+    version='0.1',
     description='',
     author='Karl Hobley',
     author_email='karlhobley10 at gmail.com',
diff --git a/willow/__init__.py b/willow/__init__.py
index f86fa09..804102c 100644
--- a/willow/__init__.py
+++ b/willow/__init__.py
@@ -1,3 +1,3 @@
 from willow.image import Image
 
-__version__ = '0.1a1'
+__version__ = '0.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