From e6b1aa3eb16d72760c84ed5703b988b3d646a230 Mon Sep 17 00:00:00 2001 From: Duncan Ogilvie Date: Mon, 13 Jan 2025 20:47:23 +0100 Subject: [PATCH] Bump 0.0.10 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5a2991c..d1a28c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -424,7 +424,7 @@ dependencies = [ [[package]] name = "icicle-python" -version = "0.0.10" +version = "0.0.11" dependencies = [ "icicle-cpu", "icicle-vm", diff --git a/Cargo.toml b/Cargo.toml index 3f7f369..fcbf460 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ exclude = ["icicle-emu"] [package] name = "icicle-python" -version = "0.0.10" +version = "0.0.11" edition = "2021" [lib]