release 0.4.4

This commit is contained in:
Adil Hafeez 2026-01-28 20:23:34 -08:00
parent 2a36dd7376
commit 8bc712a82a
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
15 changed files with 18 additions and 18 deletions

View file

@ -1,3 +1,3 @@
"""Plano CLI - Intelligent Prompt Gateway."""
__version__ = "0.4.3"
__version__ = "0.4.4"

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.3")
PLANO_DOCKER_IMAGE = os.getenv("PLANO_DOCKER_IMAGE", "katanemo/plano:0.4.4")

View file

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