From c15f63a3207a4288fd228a762793101d22898471 Mon Sep 17 00:00:00 2001 From: Xubin Ren Date: Fri, 27 Mar 2026 14:42:19 +0000 Subject: [PATCH] chore: bump version to 0.1.4.post6 --- nanobot/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nanobot/__init__.py b/nanobot/__init__.py index bdaf077f4..07efd09cf 100644 --- a/nanobot/__init__.py +++ b/nanobot/__init__.py @@ -2,5 +2,5 @@ nanobot - A lightweight AI agent framework """ -__version__ = "0.1.4.post5" +__version__ = "0.1.4.post6" __logo__ = "🐈" diff --git a/pyproject.toml b/pyproject.toml index 501a6bb45..d2952b039 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"