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.10.0-rc.0
2+
3+ ### Breaking Changes
4+
5+ - implement Python wrappers for the full Rust API (#230 )
6+
17## 0.9.2
28
39### Fixes
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.9.2 "
4+ version = " 0.10.0-rc.0 "
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.5.0-rc.0
2+
3+ ### Breaking Changes
4+
5+ - implement Python wrappers for the full Rust API (#230 )
6+
17## 0.4.2
28
39### Fixes
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.4.2 "
4+ version = " 0.5.0-rc.0 "
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.4.2 "
4+ version = " 0.5.0-rc.0 "
55description = " Python interface for the QCS Rust SDK"
66readme = " README.md"
77license = { text = " Apache-2.0" }
@@ -24,7 +24,7 @@ classifiers = [
2424# We can remove this table once this issue is resolved: https://github.com/python-poetry/poetry/issues/3332
2525[tool .poetry ]
2626name = " qcs-sdk-python"
27- version = " 0.4.2 "
27+ version = " 0.5.0-rc.0 "
2828description = " Python interface for the QCS Rust SDK"
2929readme = " README.md"
3030authors = [
You can’t perform that action at this time.
0 commit comments