From 337c4600f3d78797bb4ed845b5a02118c7ac2d00 Mon Sep 17 00:00:00 2001 From: Xubin Ren Date: Mon, 16 Mar 2026 15:11:15 +0000 Subject: [PATCH] bump version to 0.1.4.post5 --- 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 d331109..bdaf077 100644 --- a/nanobot/__init__.py +++ b/nanobot/__init__.py @@ -2,5 +2,5 @@ nanobot - A lightweight AI agent framework """ -__version__ = "0.1.4.post4" +__version__ = "0.1.4.post5" __logo__ = "🐈" diff --git a/pyproject.toml b/pyproject.toml index ff2891d..b19b690 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nanobot-ai" -version = "0.1.4.post4" +version = "0.1.4.post5" description = "A lightweight personal AI assistant framework" requires-python = ">=3.11" license = {text = "MIT"}