release 0.4.1 (#666)

This commit is contained in:
Adil Hafeez 2025-12-28 14:29:19 -08:00 committed by GitHub
parent 6eb9d07e7e
commit 77df5160d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 373 additions and 371 deletions

View file

@ -24,7 +24,7 @@ jobs:
- name: build plano docker image
run: |
docker build -f Dockerfile . -t katanemo/plano -t katanemo/plano:0.4.0
docker build -f Dockerfile . -t katanemo/plano -t katanemo/plano:0.4.1
- name: install uv
run: curl -LsSf https://astral.sh/uv/install.sh | sh