Skip to content

Commit

Permalink
Release version 0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanv committed Mar 7, 2016
1 parent a064e3d commit 4839ae4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bento.info
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: scikit-image
Version: 0.12.1
Version: 0.12.2
Summary: Image processing routines for SciPy
Url: http://scikit-image.org
DownloadUrl: http://github.com/scikit-image/scikit-image
Expand Down
2 changes: 1 addition & 1 deletion skimage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
pkg_dir = osp.abspath(osp.dirname(__file__))
data_dir = osp.join(pkg_dir, 'data')

__version__ = '0.12.1'
__version__ = '0.12.2'

try:
imp.find_module('nose')
Expand Down

0 comments on commit 4839ae4

Please sign in to comment.