diff --git a/nanobot/__init__.py b/nanobot/__init__.py index bdaf077f4..07efd09cf 100644 --- a/nanobot/__init__.py +++ b/nanobot/__init__.py @@ -2,5 +2,5 @@ nanobot - A lightweight AI agent framework """ -__version__ = "0.1.4.post5" +__version__ = "0.1.4.post6" __logo__ = "🐈" diff --git a/pyproject.toml b/pyproject.toml index 501a6bb45..d2952b039 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nanobot-ai" -version = "0.1.4.post5" +version = "0.1.4.post6" description = "A lightweight personal AI assistant framework" readme = { file = "README.md", content-type = "text/markdown" } requires-python = ">=3.11"