We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b2b323 commit af092b4Copy full SHA for af092b4
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = napari-omaas
3
-version = 1.0.2
+version = 1.0.3
4
description = napari-OMAAS stands for Optical Mapping Acquisition and Analysis Software
5
long_description = file: README.md
6
long_description_content_type = text/markdown
src/napari_omaas/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "1.0.2"
+__version__ = "1.0.3"
from ._sample_data import make_sif_sample_data, make_folder_sample_data, make_folder_sample_data_dual
from ._widget import OMAAS, example_magic_widget
0 commit comments