PKG: Start 0.8 development cycle.

This commit is contained in:
Tony S Yu
2012-09-30 10:58:33 -04:00
committed by Stefan van der Walt
parent 14b6a55ade
commit 4fa8bf8ac1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
Name: scikits-image
Version: 0.7.0
Version: 0.8.dev0
Summary: Image processing routines for SciPy
Url: http://scikits-image.org
DownloadUrl: http://github.com/scikits-image/scikits-image
+1 -1
View File
@@ -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.7.0'
VERSION = '0.8dev'
PYTHON_VERSION = (2, 5)
DEPENDENCIES = {
'numpy': (1, 6),