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

View File

@ -2,7 +2,7 @@
nanobot - A lightweight AI agent framework nanobot - A lightweight AI agent framework
""" """
__version__ = "0.1.4.post6" __version__ = "0.1.5"
__logo__ = "🐈" __logo__ = "🐈"
from nanobot.nanobot import Nanobot, RunResult from nanobot.nanobot import Nanobot, RunResult

View File

@ -1,6 +1,6 @@
[project] [project]
name = "nanobot-ai" name = "nanobot-ai"
version = "0.1.4.post6" version = "0.1.5"
description = "A lightweight personal AI assistant framework" description = "A lightweight personal AI assistant framework"
readme = { file = "README.md", content-type = "text/markdown" } readme = { file = "README.md", content-type = "text/markdown" }
requires-python = ">=3.11" requires-python = ">=3.11"