From 249fa149ef11e81d8a82af54d94a49e724cef3af Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Sun, 24 Jun 2012 21:46:12 -0700 Subject: [PATCH] PKG: Start 0.7 development cycle. --- bento.info | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bento.info b/bento.info index f2d303db..2f32afd4 100644 --- a/bento.info +++ b/bento.info @@ -1,5 +1,5 @@ Name: scikits-image -Version: 0.6 +Version: 0.7.0.dev Summary: Image processing routines for SciPy Url: http://scikits-image.org DownloadUrl: http://github.com/scikits-image/scikits-image diff --git a/setup.py b/setup.py index 63176520..efa5f8db 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.7dev' import os import setuptools