Skip to content

Commit f8e39d8

Browse files
authored
Merge pull request #126 from rjlopez2:bump_version
testing conda-forge deployment 1
2 parents ab86af0 + 3b2b323 commit f8e39d8

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.1
3+
version = 1.0.2
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.1"
1+
__version__ = "1.0.2"
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)