From a5cdc0a7a36e51a86e5e028c8a750a09137d9028 Mon Sep 17 00:00:00 2001 From: rymnc <43716372+rymnc@users.noreply.github.com> Date: Wed, 12 Aug 2026 19:21:31 +0530 Subject: [PATCH] chore(chainfold): bump version --- crates/chainfold/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/chainfold/Cargo.toml b/crates/chainfold/Cargo.toml index ec2aa9e..573d4c6 100644 --- a/crates/chainfold/Cargo.toml +++ b/crates/chainfold/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chainfold" -version = "0.1.0" +version = "0.2.0" edition.workspace = true rust-version.workspace = true license.workspace = true