Skip to content

Commit

Permalink
Merge pull request #49 from askpatrickw/fix-version-option
Browse files Browse the repository at this point in the history
Don't pass version and Click will figure it out
  • Loading branch information
makermelissa committed Dec 22, 2020
2 parents 47e16a7 + a2cd58d commit 250d6f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion circup.py
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,6 @@ def get_bundle(tag):
"--verbose", is_flag=True, help="Comprehensive logging is sent to stdout."
)
@click.version_option(
version=__version__,
prog_name="CircUp",
message="%(prog)s, A CircuitPython module updater. Version %(version)s",
)
Expand Down

0 comments on commit 250d6f5

Please sign in to comment.