Update version to 0.11.0

This commit is contained in:
Stefan van der Walt
2015-03-04 01:54:31 -08:00
parent 435989e9c7
commit d3bb552527
3 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
Name: scikit-image
Version: 0.11dev0
Version: 0.11.0
Summary: Image processing routines for SciPy
Url: http://scikit-image.org
DownloadUrl: http://github.com/scikit-image/scikit-image
+1 -1
View File
@@ -1,4 +1,4 @@
var versions = ['dev', '0.10.x', '0.9.x', '0.8.0', '0.7.0', '0.6', '0.5', '0.4', '0.3'];
var versions = ['dev', '0.11.x', '0.10.x', '0.9.x', '0.8.0', '0.7.0', '0.6', '0.5', '0.4', '0.3'];
function insert_version_links() {
for (i = 0; i < versions.length; i++){
+1 -2
View File
@@ -17,10 +17,9 @@ 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.11dev'
VERSION = '0.11.0'
PYTHON_VERSION = (2, 6)
import re
import os
import sys