diff --git a/Cargo.lock b/Cargo.lock index a3100bec..290a5cbb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -618,7 +618,7 @@ checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" [[package]] name = "quil-rs" -version = "0.11.1" +version = "0.12.0" dependencies = [ "criterion", "dot-writer", diff --git a/Cargo.toml b/Cargo.toml index 7f312302..217b33c0 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.11.1" +version ="0.12.0" edition = "2018" license = "Apache-2.0" repository = "https://github.com/rigetti/quil-rust"