File tree Expand file tree Collapse file tree 6 files changed +18
-6
lines changed
Expand file tree Collapse file tree 6 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 1+ ## 0.20.5-rc.1
2+
3+ ### Features
4+
5+ - instrument pyo3-opentelemetry (#391 )
6+
17## 0.20.5-rc.0
28
39### Features
Original file line number Diff line number Diff line change 11[package ]
22name = " qcs"
33description = " High level interface for running Quil on a QPU"
4- version = " 0.20.5-rc.0 "
4+ version = " 0.20.5-rc.1 "
55edition = " 2018"
66license = " Apache-2.0"
77repository = " https://github.com/rigetti/qcs-sdk-rust"
Original file line number Diff line number Diff line change 1+ ## 0.16.4-rc.1
2+
3+ ### Features
4+
5+ - instrument pyo3-opentelemetry (#391 )
6+
17## 0.16.4-rc.0
28
39### Features
Original file line number Diff line number Diff line change 11[package ]
22name = " qcs-sdk-python"
33description = " Python bindings to qcs-sdk-rust"
4- version = " 0.16.4-rc.0 "
4+ version = " 0.16.4-rc.1 "
55edition = " 2021"
66license = " Apache-2.0"
77repository = " https://github.com/rigetti/qcs-sdk-rust"
Original file line number Diff line number Diff line change 11# This is the metadata Maturin uploads to PyPI on publish
22[project ]
33name = " qcs-sdk-python"
4- version = " 0.16.4-rc.0 "
4+ version = " 0.16.4-rc.1 "
55description = " Python interface for the QCS Rust SDK"
66readme = " README.md"
77license = { text = " Apache-2.0" }
@@ -26,7 +26,7 @@ dependencies = ["quil==0.6.5"]
2626# We can remove this table once this issue is resolved: https://github.com/python-poetry/poetry/issues/3332
2727[tool .poetry ]
2828name = " qcs-sdk-python"
29- version = " 0.16.4-rc.0 "
29+ version = " 0.16.4-rc.1 "
3030description = " Python interface for the QCS Rust SDK"
3131readme = " README.md"
3232authors = [
You can’t perform that action at this time.
0 commit comments