From 44bf51b9dea9e101bc74e4616f2a78011cd65681 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Mon, 5 Dec 2011 02:32:41 -0800 Subject: [PATCH] Version 0.4.2 to fix setup.py issues. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bc340b6a..323c4e82 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.4.1' +VERSION = '0.4.2' import os import setuptools