Skip to content

Commit

Permalink
🔖 Version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
schilkp committed Jan 13, 2024
1 parent c04a786 commit 91106bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "hatchling.build"

[project]
name = "reginald"
version = "0.0.1"
version = "0.0.2"
authors = [
{ name="Philipp Schilk", email="[email protected]" },
]
Expand Down
2 changes: 1 addition & 1 deletion src/reginald/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def parse_args() -> Tuple[CLI, OutputGenerator]:
epilog="builtin generators: \n" + builtin_choices_text,
formatter_class=argparse.RawDescriptionHelpFormatter)

parser.add_argument('--version', action='version', version='reginald v0.0.1')
parser.add_argument('--version', action='version', version='reginald v0.0.2')
parser.add_argument('input_file',
help="input register description yaml")
parser.add_argument('output_file',
Expand Down

0 comments on commit 91106bc

Please sign in to comment.