Skip to content

Commit

Permalink
Remove breakpoint and bump to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolphpienaar committed Apr 25, 2024
1 parent 3409d12 commit 1c5a101
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spleenseg/spleenseg.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

from chris_plugin import chris_plugin, PathMapper

__version__ = "1.0.12"
__version__ = "1.2.0"

DISPLAY_TITLE = r"""
Expand Down Expand Up @@ -250,7 +250,7 @@ def main(options: Namespace, inputdir: Path, outputdir: Path):
:param outputdir: directory where to write output files
"""

pudb.set_trace()
# pudb.set_trace()

envDetail_print(options)
env_outputDirsMake(options)
Expand Down

0 comments on commit 1c5a101

Please sign in to comment.