From 70d8a6090ef4701284c7c94aea5546ce7610defb Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Sat, 13 Oct 2012 23:08:32 -0700 Subject: [PATCH] PKG: Set version to 0.7.1. --- bento.info | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bento.info b/bento.info index affd2473..149407a3 100644 --- a/bento.info +++ b/bento.info @@ -1,5 +1,5 @@ Name: scikits-image -Version: 0.7.0 +Version: 0.7.1 Summary: Image processing routines for SciPy Url: http://scikits-image.org DownloadUrl: http://github.com/scikits-image/scikits-image diff --git a/setup.py b/setup.py index 89e4a4ac..bf8f6fbc 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ MAINTAINER_EMAIL = 'stefan@sun.ac.za' URL = 'http://scikits-image.org' LICENSE = 'Modified BSD' DOWNLOAD_URL = 'http://github.com/scikits-image/scikits-image' -VERSION = '0.7.0' +VERSION = '0.7.1' PYTHON_VERSION = (2, 5) DEPENDENCIES = { 'numpy': (1, 6),