Skip to content

Commit d363bb7

Browse files
committed
minor version to test pip install
1 parent 221351f commit d363bb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = napari-omaas
3-
version = 1.0.0
3+
version = 1.0.1
44
description = napari-OMAAS stands for Optical Mapping Acquisition and Analysis Software
55
long_description = file: README.md
66
long_description_content_type = text/markdown

src/napari_omaas/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.0.0"
1+
__version__ = "1.0.1"
22

33
from ._sample_data import make_sif_sample_data, make_folder_sample_data, make_folder_sample_data_dual
44
from ._widget import OMAAS, example_magic_widget

0 commit comments

Comments
 (0)