Skip to content

Commit

Permalink
Update classifiers and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolphpienaar committed Apr 22, 2024
1 parent 9138406 commit adf5951
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ def readme():
"License :: OSI Approved :: MIT License",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Bio-Informatics",
"Topic :: Scientific/Engineering :: MONAI/AI",
"Topic :: Scientific/Engineering :: Medical Science Apps.",
],
extras_require={"none": [], "dev": ["pytest~=7.1"]},
Expand Down
2 changes: 1 addition & 1 deletion spleenseg/spleenseg.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

from chris_plugin import chris_plugin, PathMapper

__version__ = "1.0.10"
__version__ = "1.0.12"

DISPLAY_TITLE = r"""
Expand Down

0 comments on commit adf5951

Please sign in to comment.