Skip to content

Commit

Permalink
chore: minor release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ebedthan committed Jul 8, 2024
1 parent fcd53db commit de00ec0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hkgfinder/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@
import argparse
import sys

VERSION = "0.2"
VERSION = "0.3"

# Define command-line arguments----------------------------------------------
parser = argparse.ArgumentParser(
prog="hkgfinder",
usage="hkgfinder [options] [<FILE>]",
add_help=False,
)

parser.add_argument(
"file",
nargs="?",
Expand Down

0 comments on commit de00ec0

Please sign in to comment.