Skip to content

Commit 82ec89e

Browse files
committed
chore: bump version to 0.4.0rc17
1 parent 1863827 commit 82ec89e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**English** | [中文](README.zh-CN.md) | [日本語](README.ja.md)
44

5-
> Status: **0.4.0rc16** (Release Candidate). Expect breaking changes while we harden UX and contracts.
5+
> Status: **0.4.0rc17** (Release Candidate). Expect breaking changes while we harden UX and contracts.
66
77
CCCC is a **local-first multi-agent collaboration kernel** that feels like a modern IM, but stays reliable because it is backed by:
88

@@ -108,7 +108,7 @@ RC tags (e.g. `v0.4.0-rc16`) are published to **TestPyPI**. Use PyPI for depende
108108
```bash
109109
python -m pip install --index-url https://pypi.org/simple \
110110
--extra-index-url https://test.pypi.org/simple \
111-
cccc-pair==0.4.0rc16
111+
cccc-pair==0.4.0rc17
112112
```
113113

114114
Note: at the moment, the latest stable on PyPI is still the legacy v0.3.x line. Use the command above to install 0.4.x RCs.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "cccc-pair"
7-
version = "0.4.0rc16"
7+
version = "0.4.0rc17"
88
description = "Global multi-agent delivery kernel with working groups, scopes, and an append-only collaboration ledger"
99
readme = { file = "README.md", content-type = "text/markdown" }
1010
requires-python = ">=3.9"

0 commit comments

Comments
 (0)