Skip to content

Commit

Permalink
Bump 0.0.23->0.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
emdoyle committed Apr 16, 2024
1 parent e30aac5 commit 0035c98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bridge/cli/bridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def main():
# Create the top-level parser for the 'bridge' command
parser = argparse.ArgumentParser(prog="bridge")
# TODO: tie this version output to the version in pyproject.toml
parser.add_argument("--version", action="version", version="%(prog)s 0.0.22")
parser.add_argument("--version", action="version", version="%(prog)s 0.0.24")
subparsers = parser.add_subparsers(dest="command")

# Parser for 'init' command
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "python-bridge"
version = "0.0.23"
version = "0.0.24"
authors = [
{ name="Caelean Barnes", email="[email protected]" },
{ name="Evan Doyle", email="[email protected]" },
Expand Down

0 comments on commit 0035c98

Please sign in to comment.