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 221351f commit d363bb7Copy full SHA for d363bb7
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = napari-omaas
3
-version = 1.0.0
+version = 1.0.1
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.0"
+__version__ = "1.0.1"
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