release: v0.1.4.post3

This commit is contained in:
Re-bin
2026-02-28 17:55:18 +00:00
parent 925302c01f
commit 4f0530dd61
2 changed files with 2 additions and 2 deletions

View File

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

View File

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