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 e4ceed0 commit dc1cba8Copy full SHA for dc1cba8
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = napari-omaas
3
-version = 0.0.1
+version = 0.1.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.0.1"
+__version__ = "0.1.0"
from ._reader import napari_get_reader
from ._sample_data import make_sample_data
0 commit comments