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