Skip to content

Commit

Permalink
release(4.19.1): fix igneous create
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Jun 28, 2023
1 parent a0278d2 commit 2105b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion igneous_cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def compute_bounds(path, mip, xrange, yrange, zrange):

@click.group()
@click.option("-p", "--parallel", default=1, help="Run with this number of parallel processes. If 0, use number of cores.")
@click.version_option(version="4.19.0")
@click.version_option(version="4.19.1")
@click.pass_context
def main(ctx, parallel):
"""
Expand Down

0 comments on commit 2105b9c

Please sign in to comment.