From 69eac2de7cfff7f586074fc14ecafaaca8ac64b2 Mon Sep 17 00:00:00 2001 From: Jack Colquitt <126733989+JackColquitt@users.noreply.github.com> Date: Sun, 27 Oct 2024 15:16:22 -0700 Subject: [PATCH] Update README.md for CLI version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c52d58fe..53388187 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ The `TrustGraph CLI` installs the commands for interacting with TrustGraph while ### Install the TrustGraph CLI ``` -pip3 install trustgraph-cli==0.12.5 +pip3 install trustgraph-cli==0.13.2 ``` > [!NOTE]