Skip to content

Commit

Permalink
Prepare 0.10 release (#156)
Browse files Browse the repository at this point in the history
* Bump version

* Move renos
  • Loading branch information
caleb-johnson authored Mar 4, 2025
1 parent aba6964 commit 97d6e3c
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

deploy:
name: Deploy docs
if: ${{ github.ref == 'refs/heads/stable/0.9' }}
if: ${{ github.ref == 'refs/heads/stable/0.10' }}
needs: build
permissions:
pages: write
Expand Down
2 changes: 1 addition & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ pull_request_rules:
actions:
backport:
branches:
- stable/0.9
- stable/0.10
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "qiskit-addon-sqd"
version = "0.9.0"
version = "0.10.0"
readme = "README.md"
description = "Classically postprocess noisy quantum samples to yield more accurate energy estimations"
license = {file = "LICENSE.txt"}
Expand Down

0 comments on commit 97d6e3c

Please sign in to comment.