Skip to content

Commit

Permalink
Add missing import and bump to 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolphpienaar committed Feb 8, 2023
1 parent 32875b8 commit 2c2e369
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name = 'topologicalcopy',
version = '0.2.4',
version = '0.2.6',
description = 'A plugin ts app to copy filtered output dirs from a list of plugin instances',
long_description = readme,
author = 'FNNDSC',
Expand Down
2 changes: 1 addition & 1 deletion topologicalcopy/topologicalcopy.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#

from chrisapp.base import ChrisApp
import time, sys
import time, sys, os
from loguru import logger
LOG = logger.debug

Expand Down

0 comments on commit 2c2e369

Please sign in to comment.