Skip to content

Commit

Permalink
bump version to v0.18.3
Browse files Browse the repository at this point in the history
  • Loading branch information
grlee77 committed Aug 24, 2021
1 parent 6d07296 commit 79cb22a
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.3.dev0'
__version__ = '0.18.3'

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

0 comments on commit 79cb22a

Please sign in to comment.