Skip to content

Commit

Permalink
changed version to reflect setup.py update
Browse files Browse the repository at this point in the history
  • Loading branch information
bexxmodd committed Jan 18, 2022
1 parent 883544e commit ff73904
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vizex/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit ff73904

Please sign in to comment.