Skip to content

Commit 20c3baa

Browse files
committed
bump version
1 parent 8d1d2e0 commit 20c3baa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = napari-workflow-optimizer
3-
version = 0.1.3
3+
version = 0.1.4
44
author = Robert Haase
55
author_email = [email protected]
66
url = https://github.com/haesleinhuepf/napari-workflow-optimizer

src/napari_workflow_optimizer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
__version__ = "0.1.3"
2+
__version__ = "0.1.4"
33

44

55
from ._optimizer import JaccardLabelImageOptimizer, \

0 commit comments

Comments
 (0)