release 0.4.1

This commit is contained in:
Adil Hafeez 2025-12-28 14:18:36 -08:00
parent 6eb9d07e7e
commit c01f2cf2bc
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
18 changed files with 373 additions and 371 deletions

View file

@ -1,3 +1,3 @@
"""Plano CLI - Intelligent Prompt Gateway."""
__version__ = "0.4.0"
__version__ = "0.4.1"

View file

@ -2,4 +2,4 @@ import os
SERVICE_NAME_ARCHGW = "plano"
PLANO_DOCKER_NAME = "plano"
PLANO_DOCKER_IMAGE = os.getenv("PLANO_DOCKER_IMAGE", "katanemo/plano:0.4.0")
PLANO_DOCKER_IMAGE = os.getenv("PLANO_DOCKER_IMAGE", "katanemo/plano:0.4.1")