diff --git a/bento.info b/bento.info index fe9cf164..f2d303db 100644 --- a/bento.info +++ b/bento.info @@ -1,5 +1,5 @@ Name: scikits-image -Version: 0.6.0.dev0 +Version: 0.6 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 18b4aec2..63176520 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.6dev' +VERSION = '0.6' import os import setuptools