From c248241979f702dae36dc5a08c4d0a546915281b Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Sun, 26 Feb 2012 21:10:11 -0800 Subject: [PATCH] PKG: Move development to 0.6dev. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 28ed2eae..18b4aec2 100644 --- a/setup.py +++ b/setup.py @@ -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.5' +VERSION = '0.6dev' import os import setuptools