From c87d8c615a5a96e4aca9531ae3380da32ad15593 Mon Sep 17 00:00:00 2001 From: notmgsk Date: Fri, 13 Oct 2023 14:07:47 +0000 Subject: [PATCH] chore: prepare release [skip ci] --- quil-py/CHANGELOG.md | 6 ++++++ quil-py/Cargo.toml | 4 ++-- quil-py/pyproject.toml | 2 +- quil-rs/CHANGELOG.md | 6 ++++++ quil-rs/Cargo.toml | 2 +- 5 files changed, 16 insertions(+), 4 deletions(-) diff --git a/quil-py/CHANGELOG.md b/quil-py/CHANGELOG.md index 6a375e37..057861fd 100644 --- a/quil-py/CHANGELOG.md +++ b/quil-py/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.5.7-rc.0 + +### Fixes + +- trigger release + ## 0.5.6 ### Fixes diff --git a/quil-py/Cargo.toml b/quil-py/Cargo.toml index ee2731e9..2ed217ec 100644 --- a/quil-py/Cargo.toml +++ b/quil-py/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "quil-py" description = "Python bindings for quil-rs" -version = "0.5.6" +version = "0.5.7-rc.0" edition = "2021" license = "Apache-2.0" repository = "https://github.com/rigetti/quil-rs" @@ -22,7 +22,7 @@ crate-type = ["cdylib", "rlib"] [dependencies] ndarray.workspace = true -quil-rs = { path = "../quil-rs", version = "0.21.5" } +quil-rs = { path = "../quil-rs", version = "0.21.6-rc.0" } strum.workspace = true # pyo3 dependencies should be updated together numpy = "0.19.0" diff --git a/quil-py/pyproject.toml b/quil-py/pyproject.toml index 997c34db..6af04358 100644 --- a/quil-py/pyproject.toml +++ b/quil-py/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ # We can remove this table once this issue is resolved: https://github.com/python-poetry/poetry/issues/3332 [tool.poetry] name = "quil" -version = "0.5.6" +version = "0.5.7-rc.0" description = "A Python package for building and parsing Quil programs." readme = "README-py.md" authors = ["Rigetti Computing "] diff --git a/quil-rs/CHANGELOG.md b/quil-rs/CHANGELOG.md index 328d193f..c7e292d4 100644 --- a/quil-rs/CHANGELOG.md +++ b/quil-rs/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.21.6-rc.0 + +### Fixes + +- trigger release + ## 0.21.5 ### Fixes diff --git a/quil-rs/Cargo.toml b/quil-rs/Cargo.toml index 8de8e816..0d3b63be 100644 --- a/quil-rs/Cargo.toml +++ b/quil-rs/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "quil-rs" description = "Rust tooling for Quil (Quantum Instruction Language)" -version = "0.21.5" +version = "0.21.6-rc.0" edition = "2021" rust-version = "1.70" license = "Apache-2.0"