Bump version to 1.0.1

This commit is contained in:
Brandon Zhang
2026-03-27 18:21:40 +08:00
parent 18352a99d5
commit 167633c7be
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ import os
from dataclasses import dataclass, field
APP_VERSION = "1.0.0"
APP_VERSION = "1.0.1"
DEFAULT_EMPTY_RESPONSE = "call this tool `get_user_request` again to fetch latest user input..."