From b02e59903d56f77e441db01abd2ccffd5e313730 Mon Sep 17 00:00:00 2001 From: Rudolph Pienaar Date: Wed, 1 May 2024 16:31:28 -0400 Subject: [PATCH] Fix setup and bounce to 1.0.4 --- setup.py | 8 ++++---- spleendatads.py | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index a8db19d..14957d2 100644 --- a/setup.py +++ b/setup.py @@ -25,9 +25,9 @@ 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="dev@babyMRI.org", @@ -35,7 +35,7 @@ def readme(): 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", diff --git a/spleendatads.py b/spleendatads.py index b0bf247..aaf5ee1 100644 --- a/spleendatads.py +++ b/spleendatads.py @@ -8,7 +8,7 @@ from monai.apps.utils import download_and_extract -__version__ = "1.0.2" +__version__ = "1.0.4" DISPLAY_TITLE = r"""