diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 303bd40..3273a08 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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 diff --git a/.mergify.yml b/.mergify.yml index 0ec0cf2..10206ba 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -5,4 +5,4 @@ pull_request_rules: actions: backport: branches: - - stable/0.1 + - stable/0.2 diff --git a/pyproject.toml b/pyproject.toml index b5eb56f..f570655 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"} diff --git a/releasenotes/notes/dynamic-mpf-cf18e0b4d2bdeaff.yaml b/releasenotes/notes/0.2/dynamic-mpf-cf18e0b4d2bdeaff.yaml similarity index 100% rename from releasenotes/notes/dynamic-mpf-cf18e0b4d2bdeaff.yaml rename to releasenotes/notes/0.2/dynamic-mpf-cf18e0b4d2bdeaff.yaml