From 1da2446a1dc9beaa6379c93c7fce961dff67ad64 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Wed, 4 Mar 2015 18:41:26 -0800 Subject: [PATCH] Set master branch to 0.12 --- bento.info | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bento.info b/bento.info index 0af161d4..cba403d9 100644 --- a/bento.info +++ b/bento.info @@ -1,5 +1,5 @@ Name: scikit-image -Version: 0.11.0 +Version: 0.12.dev0 Summary: Image processing routines for SciPy Url: http://scikit-image.org DownloadUrl: http://github.com/scikit-image/scikit-image diff --git a/setup.py b/setup.py index 8ba529e5..0c76b698 100755 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ MAINTAINER_EMAIL = 'stefan@sun.ac.za' URL = 'http://scikit-image.org' LICENSE = 'Modified BSD' DOWNLOAD_URL = 'http://github.com/scikit-image/scikit-image' -VERSION = '0.11.0' +VERSION = '0.12dev' PYTHON_VERSION = (2, 6) import os