From 1ed7b9aff24eab157c1805e6c8b860caf44b4c7c Mon Sep 17 00:00:00 2001 From: Robert Haase Date: Tue, 26 Mar 2024 08:46:14 +0100 Subject: [PATCH] bump version --- napari_segment_blobs_and_things_with_membranes/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/napari_segment_blobs_and_things_with_membranes/__init__.py b/napari_segment_blobs_and_things_with_membranes/__init__.py index c008d55..1906422 100644 --- a/napari_segment_blobs_and_things_with_membranes/__init__.py +++ b/napari_segment_blobs_and_things_with_membranes/__init__.py @@ -1,5 +1,5 @@ -__version__ = "0.3.7" +__version__ = "0.3.8" __common_alias__ = "nsbatwm" from napari_plugin_engine import napari_hook_implementation diff --git a/setup.cfg b/setup.cfg index fe1a2a4..152a108 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = napari-segment-blobs-and-things-with-membranes -version = 0.3.7 +version = 0.3.8 author = Robert Haase author_email = robert.haase@tu-dresden.de url = https://github.com/haesleinhuepf/napari-segment-blobs-and-things-with-membranes