From dce09dba33ddbc0c152bde46e9a48b2dcbc13c9b Mon Sep 17 00:00:00 2001 From: Salman Paracha Date: Fri, 10 Jan 2025 16:32:03 -0800 Subject: [PATCH] updated version reference to 0.1.8 in other parts of the repo --- README.md | 2 +- arch/tools/README.md | 2 +- docs/source/get_started/quickstart.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d45e4d81..c6200745 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Arch's CLI allows you to manage and interact with the Arch gateway efficiently. ```console $ python -m venv venv $ source venv/bin/activate # On Windows, use: venv\Scripts\activate -$ pip install archgw==0.1.7 +$ pip install archgw==0.1.8 ``` ### Build AI Agent with Arch Gateway diff --git a/arch/tools/README.md b/arch/tools/README.md index a679520e..f8cfc0b3 100644 --- a/arch/tools/README.md +++ b/arch/tools/README.md @@ -19,7 +19,7 @@ source venv/bin/activate ### Step 3: Run the build script ```bash -pip install archgw==0.1.7 +pip install archgw==0.1.8 ``` ## Uninstall Instructions: archgw CLI diff --git a/docs/source/get_started/quickstart.rst b/docs/source/get_started/quickstart.rst index 1e572544..fd9f592c 100644 --- a/docs/source/get_started/quickstart.rst +++ b/docs/source/get_started/quickstart.rst @@ -25,7 +25,7 @@ Arch's CLI allows you to manage and interact with the Arch gateway efficiently. $ python -m venv venv $ source venv/bin/activate # On Windows, use: venv\Scripts\activate - $ pip install archgw==0.1.7 + $ pip install archgw==0.1.8 Build AI Agent with Arch Gateway