From 795f8105a0a76e71a27c0ea37fb07a87f02fbe23 Mon Sep 17 00:00:00 2001 From: Re-bin Date: Wed, 4 Feb 2026 09:27:37 +0000 Subject: [PATCH] bump version to 0.1.3.post4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d081dd7..d578a08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nanobot-ai" -version = "0.1.3.post3" +version = "0.1.3.post4" description = "A lightweight personal AI assistant framework" requires-python = ">=3.11" license = {text = "MIT"}