diff --git a/nanobot/__init__.py b/nanobot/__init__.py index 11833c696..433dbe139 100644 --- a/nanobot/__init__.py +++ b/nanobot/__init__.py @@ -2,7 +2,7 @@ nanobot - A lightweight AI agent framework """ -__version__ = "0.1.4.post6" +__version__ = "0.1.5" __logo__ = "🐈" from nanobot.nanobot import Nanobot, RunResult diff --git a/pyproject.toml b/pyproject.toml index ae87c7beb..a5807f962 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nanobot-ai" -version = "0.1.4.post6" +version = "0.1.5" description = "A lightweight personal AI assistant framework" readme = { file = "README.md", content-type = "text/markdown" } requires-python = ">=3.11"