From ff73904da663a477739bf3065176374fb9fc8a49 Mon Sep 17 00:00:00 2001 From: Bexx Modebadze Date: Tue, 18 Jan 2022 15:51:47 -0500 Subject: [PATCH] changed version to reflect setup.py update --- vizex/cli.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vizex/cli.py b/vizex/cli.py index 1d23c2b..d5d38a1 100644 --- a/vizex/cli.py +++ b/vizex/cli.py @@ -13,7 +13,7 @@ # ----- vizextree options and arguments ----- -@click.version_option('2.1.0', message='%(prog)s version %(version)s') +@click.version_option('2.1.1', message='%(prog)s version %(version)s') @click.command(options_metavar='[options]') @click.argument( 'path', @@ -52,7 +52,7 @@ def print_tree(path: str, level: int) -> None: # ----- vizexdf options and arguments ----- -@click.version_option('2.1.0', message='%(prog)s version %(version)s') +@click.version_option('2.1.1', message='%(prog)s version %(version)s') @click.command(options_metavar='[options]') @click.argument( 'path', @@ -128,7 +128,7 @@ def dirs_files(sort: str, all: str, desc: str, path: str, alias: str) -> None: # ----- vizex options and arguments ----- -@click.version_option('2.1.0', message='%(prog)s version %(version)s') +@click.version_option('2.1.1', message='%(prog)s version %(version)s') @click.command(options_metavar='[options]') @click.argument('arg', default='disk',