chore(release): prepare v0.3.0

This commit is contained in:
Xubin Ren
2026-07-25 15:46:46 +08:00
parent c6dbeb97d8
commit 5328a95add
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ def _resolve_version() -> str:
return _pkg_version("nanobot-ai")
except PackageNotFoundError:
# Source checkouts often import nanobot without installed dist-info.
return _read_pyproject_version() or "0.2.2"
return _read_pyproject_version() or "0.3.0"
__version__ = _resolve_version()
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "nanobot-ai"
version = "0.2.2"
version = "0.3.0"
description = "A lightweight personal AI assistant framework"
readme = { file = "README.md", content-type = "text/markdown" }
requires-python = ">=3.11"