Skip to content

Commit

Permalink
Switch version number to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hoijui committed Sep 29, 2021
1 parent 6efdc85 commit b6736e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdfont2wb.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def convert(self):
@click.argument('passwd', envvar='PASSWD')
@click.option('-d', '--dry', default=False, is_flag=True)
@click.option('-d', '--debug', default=False, is_flag=True)
@click.version_option("1.0.0")
@click.version_option("1.0.1")
def cli(user, passwd, dry, debug):
# Run as a CLI script
if debug:
Expand Down

0 comments on commit b6736e1

Please sign in to comment.