Skip to content

Commit

Permalink
Version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emdoyle committed Apr 16, 2024
1 parent 4f1b0da commit f697471
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 @@ -17,7 +17,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.24")
parser.add_argument("--version", action="version", version="%(prog)s 0.1.0")
subparsers = parser.add_subparsers(dest="command")

# Parser for 'stop'
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.25"
version = "0.1.0"
authors = [
{ name="Caelean Barnes", email="caeleanb@gmail.com" },
{ name="Evan Doyle", email="evanmdoyle@gmail.com" },
Expand Down

0 comments on commit f697471

Please sign in to comment.