Skip to content

Commit

Permalink
Fix setup and bounce to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolphpienaar committed May 1, 2024
1 parent 456fa5b commit b02e599
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ def readme():


setup(
name="spleendata",
version=get_version("spleendata.py"),
description="A ChRIS FS plugin to download a set of spleen data",
name="spleendatads",
version=get_version("spleendatads.py"),
description="A ChRIS DS plugin to download a set of spleen data",
long_description=readme(),
author="FNNDSC",
author_email="[email protected]",
url="https://github.com/rudolphpienaar/pl-spleendata",
py_modules=["spleendatads"],
install_requires=["chris_plugin"],
license="MIT",
entry_points={"console_scripts": ["spleendata = spleendata:main"]},
entry_points={"console_scripts": ["spleendatads = spleendatads:main"]},
classifiers=[
"License :: OSI Approved :: MIT License",
"Topic :: Scientific/Engineering",
Expand Down
2 changes: 1 addition & 1 deletion spleendatads.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from monai.apps.utils import download_and_extract

__version__ = "1.0.2"
__version__ = "1.0.4"

DISPLAY_TITLE = r"""
Expand Down

0 comments on commit b02e599

Please sign in to comment.