Skip to content

Commit

Permalink
release(4.8.0): -x works for SQS, don't encode degenerate meshes
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Sep 29, 2022
1 parent f5aa53e commit 9734ba8
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 @@ -64,7 +64,7 @@ def convert(self, value, param, ctx):

@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.7.0")
@click.version_option(version="4.8.0")
@click.pass_context
def main(ctx, parallel):
"""
Expand Down

0 comments on commit 9734ba8

Please sign in to comment.