From a339c4ec0674fe86f78e85d08cde563d26b25107 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Wed, 12 Oct 2011 13:17:35 -0700 Subject: [PATCH] PKG: Set version to 0.3.1. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1081089f..8e13abc9 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.3' +VERSION = '0.3.1' import os import setuptools