diff --git a/napari_crop/__init__.py b/napari_crop/__init__.py index 83f8f56..7f6d994 100644 --- a/napari_crop/__init__.py +++ b/napari_crop/__init__.py @@ -1,5 +1,5 @@ -__version__ = "0.1.5" +__version__ = "0.1.6" diff --git a/setup.cfg b/setup.cfg index 8e66325..a44a91c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] name = napari-crop -version = 0.1.5 -author = Robert Haase, Tim Morello, Marcelo Leomil Zoccoler +version = 0.1.6 +author = Robert Haase, Tim Morello, Marcelo Leomil Zoccoler, Johannes Muller author_email = robert.haase@tu-dresden.de license = BSD-3-Clause url = https://github.com/biapol/napari-crop