diff --git a/quil-py/CHANGELOG.md b/quil-py/CHANGELOG.md index ab643600..4cc953ae 100644 --- a/quil-py/CHANGELOG.md +++ b/quil-py/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.7.1 + +### Features + +- linux ppc64le wheel + ## 0.7.1-rc.0 ### Features diff --git a/quil-py/Cargo.toml b/quil-py/Cargo.toml index b1a896ce..9e0314b9 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.7.1-rc.0" +version = "0.7.1" edition = "2021" license = "Apache-2.0" repository = "https://github.com/rigetti/quil-rs" diff --git a/quil-py/pyproject.toml b/quil-py/pyproject.toml index 390b2227..de4cdab9 100644 --- a/quil-py/pyproject.toml +++ b/quil-py/pyproject.toml @@ -19,7 +19,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.7.1-rc.0" +version = "0.7.1" description = "A Python package for building and parsing Quil programs." readme = "README-py.md" authors = ["Rigetti Computing "]