Skip to content

Commit

Permalink
Update version to 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jni committed Sep 26, 2017
1 parent 1ef3a49 commit 03f4997
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.13.0
Version: 0.13.1
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.13.1-dev'
__version__ = '0.13.1'

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

0 comments on commit 03f4997

Please sign in to comment.