From a0bb4320f48bd4f25e9daf98de7ad2eb9276a42e Mon Sep 17 00:00:00 2001 From: Re-bin Date: Sun, 8 Mar 2026 16:44:47 +0000 Subject: [PATCH] chore: bump version to 0.1.4.post4 --- 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 4dba5f4..d331109 100644 --- a/nanobot/__init__.py +++ b/nanobot/__init__.py @@ -2,5 +2,5 @@ nanobot - A lightweight AI agent framework """ -__version__ = "0.1.4.post3" +__version__ = "0.1.4.post4" __logo__ = "🐈" diff --git a/pyproject.toml b/pyproject.toml index 41d0fbb..62cf616 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nanobot-ai" -version = "0.1.4.post3" +version = "0.1.4.post4" description = "A lightweight personal AI assistant framework" requires-python = ">=3.11" license = {text = "MIT"}