From 17de3699ab8d7ed656e608569919783ff0bfd44d Mon Sep 17 00:00:00 2001 From: Re-bin Date: Tue, 24 Feb 2026 16:24:47 +0000 Subject: [PATCH] chore: bump version to 0.1.4.post2 --- 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 a68777c..bb9bfb6 100644 --- a/nanobot/__init__.py +++ b/nanobot/__init__.py @@ -2,5 +2,5 @@ nanobot - A lightweight AI agent framework """ -__version__ = "0.1.4" +__version__ = "0.1.4.post2" __logo__ = "🐈" diff --git a/pyproject.toml b/pyproject.toml index cb58ec5..d15d18a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nanobot-ai" -version = "0.1.4.post1" +version = "0.1.4.post2" description = "A lightweight personal AI assistant framework" requires-python = ">=3.11" license = {text = "MIT"}