Skip to content

Commit 221351f

Browse files
committed
bump version
1 parent 7df252a commit 221351f

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 = 0.1.3
3+
version = 1.0.0
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__ = "0.1.3"
1+
__version__ = "1.0.0"
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)