Set version to 0.11.3

This commit is contained in:
Stefan van der Walt
2015-04-01 01:26:38 -07:00
parent edb7f2774e
commit 76b7e426d4
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
Name: scikit-image
Version: 0.12.dev0
Version: 0.11.3
Summary: Image processing routines for SciPy
Url: http://scikit-image.org
DownloadUrl: http://github.com/scikit-image/scikit-image
-1
View File
@@ -19,7 +19,6 @@ LICENSE = 'Modified BSD'
DOWNLOAD_URL = 'http://github.com/scikit-image/scikit-image'
import os
import sys
import setuptools
from distutils.command.build_py import build_py
+1 -1
View File
@@ -64,7 +64,7 @@ import warnings as _warnings
pkg_dir = _osp.abspath(_osp.dirname(__file__))
data_dir = _osp.join(pkg_dir, 'data')
__version__ = '0.12dev'
__version__ = '0.11.3'
try:
_imp.find_module('nose')