From a1ab5af896c98763543fbfaffc7161bec895131d Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Mon, 10 Oct 2011 03:24:53 -0700 Subject: [PATCH] PKG: Update version number for release. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dd4dcbeb..95c0faa2 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.3dev' +VERSION = '0.3' import os import setuptools