Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4839ae4

Browse files
committed
Release version 0.12.2
1 parent a064e3d commit 4839ae4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bento.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: scikit-image
2-
Version: 0.12.1
2+
Version: 0.12.2
33
Summary: Image processing routines for SciPy
44
Url: http://scikit-image.org
55
DownloadUrl: http://github.com/scikit-image/scikit-image

skimage/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
pkg_dir = osp.abspath(osp.dirname(__file__))
6666
data_dir = osp.join(pkg_dir, 'data')
6767

68-
__version__ = '0.12.1'
68+
__version__ = '0.12.2'
6969

7070
try:
7171
imp.find_module('nose')

0 commit comments

Comments
 (0)