diff --git a/bento.info b/bento.info index d3dfd440..18310623 100644 --- a/bento.info +++ b/bento.info @@ -1,5 +1,5 @@ Name: scikit-image -Version: 0.10.dev0 +Version: 0.10.0 Summary: Image processing routines for SciPy Url: http://scikit-image.org DownloadUrl: http://github.com/scikit-image/scikit-image diff --git a/setup.py b/setup.py index 6a476c21..68cbec22 100755 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ MAINTAINER_EMAIL = 'stefan@sun.ac.za' URL = 'http://scikit-image.org' LICENSE = 'Modified BSD' DOWNLOAD_URL = 'http://github.com/scikit-image/scikit-image' -VERSION = '0.10dev' +VERSION = '0.10.0' PYTHON_VERSION = (2, 5) DEPENDENCIES = { 'numpy': (1, 6),