From a50873ec12bcf0bb9847ab3c834a3ad260ccd9a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tristan=20M=C3=BCller?= Date: Wed, 27 May 2026 10:05:24 +0200 Subject: [PATCH] Update version for release v0.2.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tristan Müller --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e7ad17b..b244c7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "2" members = ["crates/*"] [workspace.package] -version = "0.2.1" +version = "0.2.2" authors = ["Thomas Alexander", "Tristan Müller"] description = "A rust implementation of relay belief propagation for qLDPC codes" license = "Apache-2.0"