From 9fe2c09fd3bb0041f689ff195e0812965354807b Mon Sep 17 00:00:00 2001 From: Re-bin Date: Sat, 7 Feb 2026 18:01:14 +0000 Subject: [PATCH] bump version to 0.1.3.post5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f60f7a7..4093474 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nanobot-ai" -version = "0.1.3.post4" +version = "0.1.3.post5" description = "A lightweight personal AI assistant framework" requires-python = ">=3.11" license = {text = "MIT"}