diff --git a/Cargo.lock b/Cargo.lock index 38b7fe4b1..ce2e303cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1018,7 +1018,7 @@ dependencies = [ [[package]] name = "qcs" -version = "0.7.1-rc.10" +version = "0.7.1-rc.11" dependencies = [ "dirs", "enum-as-inner", @@ -1063,7 +1063,7 @@ dependencies = [ [[package]] name = "qcs-sdk-python" -version = "0.2.1-rc.10" +version = "0.2.1-rc.11" dependencies = [ "pyo3", "pyo3-asyncio", diff --git a/crates/lib/CHANGELOG.md b/crates/lib/CHANGELOG.md index dc00a68df..2fb09f8f8 100644 --- a/crates/lib/CHANGELOG.md +++ b/crates/lib/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.7.1-rc.11 + +### Features + +- python bindings (#145) + ## 0.7.1-rc.10 ### Features diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index d9f1f2b06..19eb55de7 100644 --- a/crates/lib/Cargo.toml +++ b/crates/lib/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "qcs" description = "High level interface for running Quil on a QPU" -version = "0.7.1-rc.10" +version = "0.7.1-rc.11" edition = "2018" license = "Apache-2.0" repository = "https://github.com/rigetti/qcs-sdk-rust" diff --git a/crates/python/CHANGELOG.md b/crates/python/CHANGELOG.md index 7f19d7d75..96935712a 100644 --- a/crates/python/CHANGELOG.md +++ b/crates/python/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.2.1-rc.11 + +### Features + +- add type hints +- python bindings (#145) + ## 0.2.1-rc.10 ### Features diff --git a/crates/python/Cargo.toml b/crates/python/Cargo.toml index 5476f91f6..75fe07bdf 100644 --- a/crates/python/Cargo.toml +++ b/crates/python/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "qcs-sdk-python" description = "Python bindings to qcs-sdk-rust" -version = "0.2.1-rc.10" +version = "0.2.1-rc.11" edition = "2021" license = "Apache-2.0" repository = "https://github.com/rigetti/qcs-sdk-rust" diff --git a/crates/python/pyproject.toml b/crates/python/pyproject.toml index 95b5f3021..0188295aa 100644 --- a/crates/python/pyproject.toml +++ b/crates/python/pyproject.toml @@ -1,7 +1,7 @@ # This is the metadata Maturin uploads to PyPI on publish [project] name = "qcs-sdk-python" -version = "0.2.1-rc.10" +version = "0.2.1-rc.11" description = "Python interface for the QCS Rust SDK" readme = "README.md" license = { text = "Apache-2.0" } @@ -24,7 +24,7 @@ classifiers = [ # We can remove this table once this issue is resolved: https://github.com/python-poetry/poetry/issues/3332 [tool.poetry] name = "qcs-sdk-python" -version = "0.2.1-rc.10" +version = "0.2.1-rc.11" description = "Python interface for the QCS Rust SDK" readme = "README.md" authors = [