Skip to content

Commit dc1cba8

Browse files
committed
updating to first publishable version
1 parent e4ceed0 commit dc1cba8

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.0.1
3+
version = 0.1.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.0.1"
1+
__version__ = "0.1.0"
22

33
from ._reader import napari_get_reader
44
from ._sample_data import make_sample_data

0 commit comments

Comments
 (0)