diff --git a/Cargo.lock b/Cargo.lock index 701cd2af..55124a46 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -751,7 +751,7 @@ checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" [[package]] name = "quil-rs" -version = "0.14.0" +version = "0.14.1" dependencies = [ "criterion", "dot-writer", diff --git a/Cargo.toml b/Cargo.toml index bac1400c..28b4686e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "quil-rs" description = "Rust tooling for Quil (Quantum Instruction Language)" -version ="0.14.0" +version ="0.14.1" edition = "2021" license = "Apache-2.0" repository = "https://github.com/rigetti/quil-rust"