Set version numbers for 0.10 development cycle.

This commit is contained in:
Stefan van der Walt
2013-10-19 16:27:42 +02:00
parent 4d1a493fd9
commit 4b002d7e79
2 changed files with 2 additions and 2 deletions
+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.0'
VERSION = '0.10dev'
PYTHON_VERSION = (2, 5)
DEPENDENCIES = {
'numpy': (1, 6),