chore: bump version to 0.1.4.post6

This commit is contained in:
Xubin Ren 2026-03-27 14:42:19 +00:00
parent 9652e67204
commit c15f63a320
2 changed files with 2 additions and 2 deletions

View File

@ -2,5 +2,5 @@
nanobot - A lightweight AI agent framework
"""
__version__ = "0.1.4.post5"
__version__ = "0.1.4.post6"
__logo__ = "🐈"

View File

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