We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3898f8 commit 77d13fdCopy full SHA for 77d13fd
.github/workflows/docs.yml
@@ -42,7 +42,7 @@ jobs:
42
43
deploy:
44
name: Deploy docs
45
- if: ${{ github.ref == 'refs/heads/stable/0.10' }}
+ if: ${{ github.ref == 'refs/heads/stable/0.11' }}
46
needs: build
47
permissions:
48
pages: write
.mergify.yml
@@ -5,4 +5,4 @@ pull_request_rules:
5
actions:
6
backport:
7
branches:
8
- - stable/0.10
+ - stable/0.11
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
[project]
name = "qiskit-addon-sqd"
-version = "0.10.0"
+version = "0.11.0"
readme = "README.md"
9
description = "Classically postprocess noisy quantum samples to yield more accurate energy estimations"
10
license = {file = "LICENSE.txt"}
0 commit comments