Skip to content

Commit

Permalink
v0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
RoccoDAnt committed Aug 7, 2023
1 parent 2ff47b5 commit 23925db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[metadata]
name = napari-zelda
version = 0.1.10
version = 0.1.11
author = Rocco D'Antuono, Giuseppina Pisignano
author_email = rocco.dantuono@hotmail.it
url= https://github.com/RoccoDAnt/napari-zelda
download_url= https://github.com/RoccoDAnt/napari-zelda/archive/refs/tags/v0.1.10.tar.gz
download_url= https://github.com/RoccoDAnt/napari-zelda/archive/refs/tags/v0.1.11.tar.gz
license = BSD-3-Clause
description = ZELDA: a 3D Image Segmentation and Parent-Child relation plugin for microscopy image analysis in napari
long_description = file: README.md
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

setup(
name='napari-zelda',
version='0.1.10',
version='0.1.11',
author="Rocco D'Antuono, Giuseppina Pisignano",
description="ZELDA: a 3D Image Segmentation and Parent-Child relation plugin for microscopy image analysis in napari",
download_url = 'https://github.com/RoccoDAnt/napari-zelda/archive/refs/tags/v0.1.10.tar.gz',
download_url = 'https://github.com/RoccoDAnt/napari-zelda/archive/refs/tags/v0.1.11.tar.gz',
setup_requires=["setuptools_scm"],
packages=find_packages(),
include_package_data=True
Expand Down

0 comments on commit 23925db

Please sign in to comment.