release 0.3.2

This commit is contained in:
Adil Hafeez 2025-06-13 15:29:58 -07:00
parent 0d6e06dfec
commit e3ddd92f03
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
15 changed files with 30 additions and 24 deletions

View file

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

View file

@ -10,4 +10,4 @@ SERVICE_NAME_MODEL_SERVER = "model_server"
SERVICE_ALL = "all"
MODEL_SERVER_LOG_FILE = "~/archgw_logs/modelserver.log"
ARCHGW_DOCKER_NAME = "archgw"
ARCHGW_DOCKER_IMAGE = os.getenv("ARCHGW_DOCKER_IMAGE", "katanemo/archgw:0.3.1")
ARCHGW_DOCKER_IMAGE = os.getenv("ARCHGW_DOCKER_IMAGE", "katanemo/archgw:0.3.2")

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "archgw"
version = "0.3.1"
version = "0.3.2"
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.3.1"
archgw_modelserver = "^0.3.2"
click = "^8.1.7"
jinja2 = "^3.1.4"
jsonschema = "^4.23.0"