update code to use 0.2.4 release

This commit is contained in:
Adil Hafeez 2025-03-21 15:58:37 -07:00
parent eb48f3d5bb
commit df80b3d8f8
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
5 changed files with 6 additions and 6 deletions

View file

@ -19,7 +19,7 @@ source venv/bin/activate
### Step 3: Run the build script
```bash
pip install archgw==0.2.3
pip install archgw==0.2.4
```
## Uninstall Instructions: archgw CLI

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "archgw"
version = "0.2.3"
version = "0.2.4"
description = "Python-based CLI tool to manage Arch Gateway."
authors = ["Katanemo Labs, Inc."]
packages = [
@ -10,7 +10,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
archgw_modelserver = "^0.2.3"
archgw_modelserver = "^0.2.4"
click = "^8.1.7"
jinja2 = "^3.1.4"
jsonschema = "^4.23.0"