Skip to content

Commit 77d13fd

Browse files
committed
Prepare 0.11 release
1 parent c3898f8 commit 77d13fd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
deploy:
4444
name: Deploy docs
45-
if: ${{ github.ref == 'refs/heads/stable/0.10' }}
45+
if: ${{ github.ref == 'refs/heads/stable/0.11' }}
4646
needs: build
4747
permissions:
4848
pages: write

.mergify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ pull_request_rules:
55
actions:
66
backport:
77
branches:
8-
- stable/0.10
8+
- stable/0.11

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "qiskit-addon-sqd"
7-
version = "0.10.0"
7+
version = "0.11.0"
88
readme = "README.md"
99
description = "Classically postprocess noisy quantum samples to yield more accurate energy estimations"
1010
license = {file = "LICENSE.txt"}

0 commit comments

Comments
 (0)