release 0.4.10

This commit is contained in:
Adil Hafeez 2026-03-05 12:11:03 -08:00
parent 36cbe3f589
commit eb1be2926a
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
9 changed files with 11 additions and 11 deletions

View file

@ -1,3 +1,3 @@
"""Plano CLI - Intelligent Prompt Gateway."""
__version__ = "0.4.9"
__version__ = "0.4.10"

View file

@ -5,7 +5,7 @@ PLANO_COLOR = "#969FF4"
SERVICE_NAME_ARCHGW = "plano"
PLANO_DOCKER_NAME = "plano"
PLANO_DOCKER_IMAGE = os.getenv("PLANO_DOCKER_IMAGE", "katanemo/plano:0.4.9")
PLANO_DOCKER_IMAGE = os.getenv("PLANO_DOCKER_IMAGE", "katanemo/plano:0.4.10")
DEFAULT_OTEL_TRACING_GRPC_ENDPOINT = "http://localhost:4317"
# Native mode constants

View file

@ -1,6 +1,6 @@
[project]
name = "planoai"
version = "0.4.9"
version = "0.4.10"
description = "Python-based CLI tool to manage Plano."
authors = [{name = "Katanemo Labs, Inc."}]
readme = "README.md"