chore(release): update version to 0.2.1

This commit is contained in:
Xubin Ren
2026-06-01 16:51:24 +08:00
parent 0e37024114
commit f309982bb0
5 changed files with 15 additions and 7 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.0"
return _read_pyproject_version() or "0.2.1"
__version__ = _resolve_version()