release: v0.1.4

This commit is contained in:
Re-bin 2026-02-18 14:31:26 +00:00
parent 92d279924f
commit b14d4711c0
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.0" __version__ = "0.1.4"
__logo__ = "🐈" __logo__ = "🐈"

View File

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