mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-27 19:48:43 +08:00
Set version to 0.11.3
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
@@ -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
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user