fix: bump to 0.1.1 to force clean reinstall of tool cache

This commit is contained in:
Erosika 2026-04-15 17:42:20 -04:00
parent 51b149cac2
commit 0554e856a9
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -1,3 +1,3 @@
"""Honcho TUI — a Textual interface for Honcho."""
__version__ = "0.1.0"
__version__ = "0.1.1"