diff --git a/bridge/cli/bridge.py b/bridge/cli/bridge.py index aafe6f9..1ebdc85 100644 --- a/bridge/cli/bridge.py +++ b/bridge/cli/bridge.py @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 5ac5d5a..73be079 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "python-bridge" -version = "0.0.23" +version = "0.0.24" authors = [ { name="Caelean Barnes", email="caeleanb@gmail.com" }, { name="Evan Doyle", email="evanmdoyle@gmail.com" },