chore: bump version to 0.1.5

This commit is contained in:
Xubin Ren
2026-04-06 11:26:07 +00:00
parent 1243c08745
commit 79234d237e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
nanobot - A lightweight AI agent framework
"""
__version__ = "0.1.4.post6"
__version__ = "0.1.5"
__logo__ = "🐈"
from nanobot.nanobot import Nanobot, RunResult