Skip to content

Commit 13eeca2

Browse files
committed
bumped version
1 parent a979298 commit 13eeca2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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-stl-exporter
3-
version = 0.1.2
3+
version = 0.1.4
44
author = Johannes Müller
55
author_email = johannes_richard.mueller@tu-dresden.de
66
license = BSD-3-Clause

src/napari_stl_exporter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.2"
1+
__version__ = "0.1.4"
22

33
from ._writer import napari_write_labels, napari_write_surfaces
44
from ._reader import napari_import_surface

0 commit comments

Comments
 (0)