Skip to content

Commit

Permalink
release 0.2.1 (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
adilhafeez authored Feb 8, 2025
1 parent 8de6eac commit 0ea237f
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,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.2.0
$ pip install archgw==0.2.1
```

### Build AI Agent with Arch Gateway
Expand Down
2 changes: 1 addition & 1 deletion arch/tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ source venv/bin/activate

### Step 3: Run the build script
```bash
pip install archgw==0.2.0
pip install archgw==0.2.1
```

## Uninstall Instructions: archgw CLI
Expand Down
22 changes: 11 additions & 11 deletions arch/tools/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions arch/tools/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "archgw"
version = "0.2.0"
version = "0.2.1"
description = "Python-based CLI tool to manage Arch Gateway."
authors = ["Katanemo Labs, Inc."]
packages = [
Expand All @@ -10,7 +10,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
archgw_modelserver = "^0.2.0"
archgw_modelserver = "^0.2.1"
click = "^8.1.7"
jinja2 = "^3.1.4"
jsonschema = "^4.23.0"
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
project = "Arch Docs"
copyright = "2025, Katanemo Labs, Inc"
author = "Katanemo Labs, Inc"
release = " v0.2.0"
release = " v0.2.1"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion docs/source/get_started/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0
$ pip install archgw==0.2.1
Build AI Agent with Arch Gateway
Expand Down
2 changes: 1 addition & 1 deletion model_server/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "archgw_modelserver"
version = "0.2.0"
version = "0.2.1"
description = "A model server for serving models"
authors = ["Katanemo Labs, Inc <info@katanemo.com>"]
license = "Apache 2.0"
Expand Down

0 comments on commit 0ea237f

Please sign in to comment.