fix: bump to 0.1.1 to force clean reinstall of tool cache
This commit is contained in:
parent
51b149cac2
commit
0554e856a9
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
"""Honcho TUI — a Textual interface for Honcho."""
|
||||
|
||||
__version__ = "0.1.0"
|
||||
__version__ = "0.1.1"
|
||||
|
|
|
|||
Loading…
Reference in New Issue