diff --git a/metrik/__init__.py b/metrik/__init__.py index 92ddd02..59b1681 100644 --- a/metrik/__init__.py +++ b/metrik/__init__.py @@ -1,2 +1,2 @@ -__version__ = '0.1.1' +__version__ = '0.1.2' __release__ = __version__ \ No newline at end of file diff --git a/metrik/batch.py b/metrik/batch.py index f7be736..6538099 100644 --- a/metrik/batch.py +++ b/metrik/batch.py @@ -30,7 +30,7 @@ def build_cron_file(): def list_flows(): - print("Avaiable:" + "\n\t".join(flows.keys())) + return "Avaiable:\n\t" + "\n\t".join(flows.keys()) def handle_commandline():