Update version to 0.2dev in setup.py.

This commit is contained in:
Stefan van der Walt
2009-10-12 08:53:54 +02:00
parent 33afe601aa
commit f6b0242f7e
+1 -1
View File
@@ -20,7 +20,7 @@ MAINTAINER_EMAIL = 'stefan@sun.ac.za',
URL = 'http://stefanv.github.com/scikits.image'
LICENSE = 'Modified BSD'
DOWNLOAD_URL = 'http://github.com/stefanv/scikits.image'
VERSION = '0.1'
VERSION = '0.2dev'
import setuptools
from numpy.distutils.core import setup