From f6b0242f7e28662284e3eb36e3f2f37f56fa8b34 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Mon, 12 Oct 2009 08:53:54 +0200 Subject: [PATCH] Update version to 0.2dev in setup.py. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5c18f770..d7e4b707 100644 --- a/setup.py +++ b/setup.py @@ -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