Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a064e3d commit 4839ae4Copy full SHA for 4839ae4
2 files changed
bento.info
@@ -1,5 +1,5 @@
1
Name: scikit-image
2
-Version: 0.12.1
+Version: 0.12.2
3
Summary: Image processing routines for SciPy
4
Url: http://scikit-image.org
5
DownloadUrl: http://github.com/scikit-image/scikit-image
skimage/__init__.py
@@ -65,7 +65,7 @@
65
pkg_dir = osp.abspath(osp.dirname(__file__))
66
data_dir = osp.join(pkg_dir, 'data')
67
68
-__version__ = '0.12.1'
+__version__ = '0.12.2'
69
70
try:
71
imp.find_module('nose')
0 commit comments