chore(release): 0.18.0 — bump pyproject.toml (canonical ref missed in 88db8ca6)

The 0.18.0 cut bumped config.py, __init__.py and panel/package.json but a
truncated grep hid pyproject.toml's version=0.17.0, so 88db8ca6 omitted it.
Corrected to 0.18.0. This chore(release) commit re-stamps pyproject.toml into
the release-readiness canonical-bump derivation; it shadows 88db8ca6, narrowing
the derived set until the next cut re-completes it (release engine is
default-off; _version_ref_gaps self-corrects by flagging the rest next time).
This commit is contained in:
Renn F
2026-07-04 08:32:48 +02:00
parent b520e69dea
commit 4393fab5c1
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "roboco"
version = "0.17.0"
version = "0.18.0"
description = "AI Agents Company - A virtual organization of AI agents functioning as a software development workforce"
authors = [
{name = "Renzo Franceschini", email = "rennf93@users.noreply.github.com"}