Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimens committed Mar 1, 2024
1 parent 2fffea4 commit 8863baf
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 @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "harpy"
version = "0.7.2"
version = "0.7.3"
authors = [
{name = "Pavel Dimens"}
]
Expand Down
2 changes: 1 addition & 1 deletion src/harpy/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
click.rich_click.ERRORS_EPILOGUE = "See the documentation: [link=https://pdimens.github.io/harpy/]https://pdimens.github.io/harpy/[/link]"

@click.group(options_metavar='', context_settings=dict(help_option_names=["-h", "--help"]))
@click.version_option("0.7.2", prog_name="Harpy")
@click.version_option("0.7.3", prog_name="Harpy")
def cli():
"""
## Harpy haplotagging pipeline
Expand Down

0 comments on commit 8863baf

Please sign in to comment.