From 85531c6ffa002a4ca1a38941b91db3b78eb8ffa4 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Sat, 3 Dec 2011 14:31:32 -0800 Subject: [PATCH] Release 0.4. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 92d81a01..6b524a82 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.4dev' +VERSION = '0.4' import os import setuptools