From 6c03fd312c2d6cfd21809da321b4f51e3b9d3d57 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 25 Jun 2026 17:33:05 +0000 Subject: [PATCH] chore: bump version to 0.1.0+dev --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c459e53..4afc4de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,7 +10,7 @@ checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" [[package]] name = "agentcap" -version = "0.0.1" +version = "0.1.0+dev" dependencies = [ "anyhow", "arrow", diff --git a/Cargo.toml b/Cargo.toml index a6155ce..4b67cd8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agentcap" -version = "0.0.1" +version = "0.1.0+dev" edition = "2021" description = "Run coding agents at scale across (agent × model × corpus), capture every chat-completion byte, publish as a Hugging Face dataset." license = "Apache-2.0"