From 37d9f566216b3936a96d9cec878d5eaa44fc14ab Mon Sep 17 00:00:00 2001 From: Tony S Yu Date: Sat, 29 Sep 2012 14:42:59 -0400 Subject: [PATCH] PKG: Update version to 0.7.0 --- bento.info | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bento.info b/bento.info index 4365cf04..affd2473 100644 --- a/bento.info +++ b/bento.info @@ -1,5 +1,5 @@ Name: scikits-image -Version: 0.7.0.dev0 +Version: 0.7.0 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 b2f74c13..89e4a4ac 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.7dev' +VERSION = '0.7.0' PYTHON_VERSION = (2, 5) DEPENDENCIES = { 'numpy': (1, 6),