bump version to 0.1.4.post5

This commit is contained in:
Xubin Ren
2026-03-16 15:11:15 +00:00
parent dbe9cbc78e
commit 337c4600f3
2 changed files with 2 additions and 2 deletions

View File

@@ -2,5 +2,5 @@
nanobot - A lightweight AI agent framework nanobot - A lightweight AI agent framework
""" """
__version__ = "0.1.4.post4" __version__ = "0.1.4.post5"
__logo__ = "🐈" __logo__ = "🐈"

View File

@@ -1,6 +1,6 @@
[project] [project]
name = "nanobot-ai" name = "nanobot-ai"
version = "0.1.4.post4" version = "0.1.4.post5"
description = "A lightweight personal AI assistant framework" description = "A lightweight personal AI assistant framework"
requires-python = ">=3.11" requires-python = ">=3.11"
license = {text = "MIT"} license = {text = "MIT"}