Modified bento.info and skimage/__init__.py with 0.12.0

This commit is contained in:
emmanuelle
2016-03-05 17:41:51 +01:00
parent 6fb9bf0f83
commit d5f4f32162
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
Name: scikit-image
Version: 0.12.dev0
Version: 0.12.0
Summary: Image processing routines for SciPy
Url: http://scikit-image.org
DownloadUrl: http://github.com/scikit-image/scikit-image
+1 -1
View File
@@ -65,7 +65,7 @@ import sys
pkg_dir = osp.abspath(osp.dirname(__file__))
data_dir = osp.join(pkg_dir, 'data')
__version__ = '0.12dev'
__version__ = '0.12.0'
try:
imp.find_module('nose')