diff --git a/setup.cfg b/setup.cfg index f3d7816..128b472 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = napari-stl-exporter -version = 0.1.2 +version = 0.1.4 author = Johannes Müller author_email = johannes_richard.mueller@tu-dresden.de license = BSD-3-Clause diff --git a/src/napari_stl_exporter/__init__.py b/src/napari_stl_exporter/__init__.py index 3cad7ae..0e8ef2e 100644 --- a/src/napari_stl_exporter/__init__.py +++ b/src/napari_stl_exporter/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.1.2" +__version__ = "0.1.4" from ._writer import napari_write_labels, napari_write_surfaces from ._reader import napari_import_surface