From 0554e856a90ef951da03547342c0f061fb18bc34 Mon Sep 17 00:00:00 2001 From: Erosika Date: Wed, 15 Apr 2026 17:42:20 -0400 Subject: [PATCH] fix: bump to 0.1.1 to force clean reinstall of tool cache --- honcho-cli/pyproject.toml | 2 +- honcho-cli/src/honcho_tui/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/honcho-cli/pyproject.toml b/honcho-cli/pyproject.toml index 233fa173..8cbfbff9 100644 --- a/honcho-cli/pyproject.toml +++ b/honcho-cli/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "honcho-ai-cli" -version = "0.1.0" +version = "0.1.1" description = "A terminal for Honcho — memory that reasons." readme = "README.md" requires-python = ">=3.11" diff --git a/honcho-cli/src/honcho_tui/__init__.py b/honcho-cli/src/honcho_tui/__init__.py index c6edc2da..1e38e8ab 100644 --- a/honcho-cli/src/honcho_tui/__init__.py +++ b/honcho-cli/src/honcho_tui/__init__.py @@ -1,3 +1,3 @@ """Honcho TUI — a Textual interface for Honcho.""" -__version__ = "0.1.0" +__version__ = "0.1.1"