Skip to content

Commit

Permalink
newversion
Browse files Browse the repository at this point in the history
  • Loading branch information
hereariim committed Oct 22, 2023
1 parent 594e3e1 commit b81eb6a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ install_requires =
scikit-image
napari
focal_loss
pillow

python_requires = >=3.8
include_package_data = True
Expand All @@ -65,8 +66,4 @@ testing =


[options.package_data]
napari-blossom = napari.yaml

[testpypi]
username = "hmetua"
password = "Sousmarin13+"
napari-blossom = napari.yaml
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.0.4",
version="0.1.0",
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.0.4"
__version__ = "0.1.0"

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

0 comments on commit b81eb6a

Please sign in to comment.