diff --git a/README.md b/README.md index bd72a021..f22db580 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,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.5 +$ pip install archgw==0.1.6 ``` ### Build AI Agent with Arch Gateway diff --git a/docs/source/get_started/quickstart.rst b/docs/source/get_started/quickstart.rst index 908534f4..cb5a7f43 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.5 + $ pip install archgw==0.1.6 Build AI Agent with Arch Gateway