Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hereariim committed Oct 22, 2023
1 parent a9b5e4d commit 32d01d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
author_email="herearii.metuarea@gmail.com",
name='napari-blossom',
description='Segmentation of blossom apple tree images',
version="0.1.0",
version="0.1.1",
long_description=long_description,
long_description_content_type="text/markdown",
url='https://github.com/hereariim/napari-blossom',
Expand Down
2 changes: 1 addition & 1 deletion src/napari_blossom/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.0"
__version__ = "0.1.1"

from ._reader import napari_get_reader
from ._sample_data import make_sample_data
Expand Down

0 comments on commit 32d01d1

Please sign in to comment.