chore: bump version to 0.1.4.post4

This commit is contained in:
Re-bin
2026-03-08 16:44:47 +00:00
parent cd2b0f74c9
commit a0bb4320f4
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.post3" __version__ = "0.1.4.post4"
__logo__ = "🐈" __logo__ = "🐈"

View File

@@ -1,6 +1,6 @@
[project] [project]
name = "nanobot-ai" name = "nanobot-ai"
version = "0.1.4.post3" version = "0.1.4.post4"
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"}