Skip to content

Commit

Permalink
Bump version number to 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jni committed Dec 15, 2020
1 parent b140f33 commit e128e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skimage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
import sys


__version__ = '0.18.0rc2'
__version__ = '0.18.0'

from ._shared.version_requirements import ensure_python_version
ensure_python_version((3, 5))
Expand Down

0 comments on commit e128e07

Please sign in to comment.