Skip to content

Commit

Permalink
Prepare 0.2 release (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrossinek authored Nov 21, 2024
1 parent 2bd6331 commit 191dc81
Show file tree
Hide file tree
Showing 4 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 @@ -62,7 +62,7 @@ jobs:

deploy:
name: deploy docs
if: ${{ github.ref == 'refs/heads/stable/0.1' }}
if: ${{ github.ref == 'refs/heads/stable/0.2' }}
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.1
- stable/0.2
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-mpf"
version = "0.1.0"
version = "0.2.0"
readme = "README.md"
description = "Reducing the Trotter error of Hamiltonian dynamics with multi-product formulas"
license = {file = "LICENSE.txt"}
Expand Down

0 comments on commit 191dc81

Please sign in to comment.