Skip to content

Commit 191dc81

Browse files
authored
Prepare 0.2 release (#35)
1 parent 2bd6331 commit 191dc81

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.github/workflows/docs.yml

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

6363
deploy:
6464
name: deploy docs
65-
if: ${{ github.ref == 'refs/heads/stable/0.1' }}
65+
if: ${{ github.ref == 'refs/heads/stable/0.2' }}
6666
needs: build
6767
permissions:
6868
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.1
8+
- stable/0.2

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-mpf"
7-
version = "0.1.0"
7+
version = "0.2.0"
88
readme = "README.md"
99
description = "Reducing the Trotter error of Hamiltonian dynamics with multi-product formulas"
1010
license = {file = "LICENSE.txt"}

0 commit comments

Comments
 (0)