diff --git a/crunch/__version__.py b/crunch/__version__.py index 5fa8b3b..36dba96 100644 --- a/crunch/__version__.py +++ b/crunch/__version__.py @@ -1,6 +1,6 @@ __title__ = 'crunch-cli' __description__ = 'crunch-cli - CLI of the CrunchDAO Platform' -__version__ = '0.14.1' +__version__ = '0.14.2' __author__ = 'Enzo CACERES' __author_email__ = 'enzo.caceres@crunchdao.com' __url__ = 'https://github.com/crunchdao/crunch-cli' diff --git a/crunch/tester.py b/crunch/tester.py index 53c8a55..e30ca8d 100644 --- a/crunch/tester.py +++ b/crunch/tester.py @@ -70,5 +70,6 @@ def run( utils.write(prediction, prediction_path) logging.warn('prediction_path=%s', prediction_path) + logging.warn('local test succesfully run!') return prediction