From d30192bd70c2bb2e21204e5fe3ad56403b8201b2 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Tue, 17 Jul 2012 15:00:21 -0400 Subject: [PATCH] PKG: Release 0.6.1 bugfix. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 63176520..870430ff 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.6' +VERSION = '0.6.1' import os import setuptools