Skip to content

Commit

Permalink
chore: prepare release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
MarquessV committed Jul 29, 2024
1 parent afc89ec commit d0463ec
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions quil-py/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.11.2-rc.0

### Fixes

- Define correct module path for each instruction type

## 0.11.1

### Features
Expand Down
2 changes: 1 addition & 1 deletion quil-py/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "quil-py"
description = "Python bindings for quil-rs"
version = "0.11.1"
version = "0.11.2-rc.0"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/rigetti/quil-rs"
Expand Down
2 changes: 1 addition & 1 deletion quil-py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.11.1"
version = "0.11.2-rc.0"
description = "A Python package for building and parsing Quil programs."
readme = "README-py.md"
authors = ["Rigetti Computing <softapps@rigetti.com>"]
Expand Down

0 comments on commit d0463ec

Please sign in to comment.