Merge tag 'v0.9.2' into releases

* tag 'v0.9.2':
  Set version to 0.9.2 for second try at PyPi upload.
This commit is contained in:
Yaroslav Halchenko
2014-06-14 04:08:26 -04:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
Name: scikit-image
Version: 0.9.1
Version: 0.9.2
Summary: Image processing routines for SciPy
Url: http://scikit-image.org
DownloadUrl: http://github.com/scikit-image/scikit-image
+1 -1
View File
@@ -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.9.1'
VERSION = '0.9.2'
PYTHON_VERSION = (2, 5)
DEPENDENCIES = {
'numpy': (1, 6),