Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = napari-omaas
version = 1.0.1
version = 1.0.2
description = napari-OMAAS stands for Optical Mapping Acquisition and Analysis Software
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down
2 changes: 1 addition & 1 deletion src/napari_omaas/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.0.1"
__version__ = "1.0.2"

from ._sample_data import make_sif_sample_data, make_folder_sample_data, make_folder_sample_data_dual
from ._widget import OMAAS, example_magic_widget
Expand Down
Loading