release 0.4.4 (#713)

This commit is contained in:
Adil Hafeez 2026-01-28 20:45:10 -08:00 committed by GitHub
parent 062825f26e
commit d8b4c800e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 18 additions and 18 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.3
docker build -f Dockerfile . -t katanemo/plano -t katanemo/plano:0.4.4
- name: install uv
run: curl -LsSf https://astral.sh/uv/install.sh | sh