Skip to content

Commit

Permalink
Release 0.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanv committed Mar 8, 2016
1 parent c0a350c commit feda036
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.2
Version: 0.12.3
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.2'
__version__ = '0.12.3'

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

0 comments on commit feda036

Please sign in to comment.