diff --git a/.mergify.yml b/.mergify.yml new file mode 100644 index 0000000..0ec0cf2 --- /dev/null +++ b/.mergify.yml @@ -0,0 +1,8 @@ +pull_request_rules: + - name: backport + conditions: + - label=stable backport potential + actions: + backport: + branches: + - stable/0.1 diff --git a/pyproject.toml b/pyproject.toml index 1b5a64c..ad7b78d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,8 +4,8 @@ build-backend = "hatchling.build" [project] name = "qiskit-addon-aqc-tensor" -version = "0.0.0" -description = "Approximate Quantum Compiling for Quantum Simulation" +version = "0.1.0" +description = "Approximate quantum compilation with tensor networks" readme = "README.md" license = {file = "LICENSE.txt"} classifiers = [ diff --git a/releasenotes/notes/prepare-0.1.0-5f2edc5598ece00b.yaml b/releasenotes/notes/0.1/prepare-0.1.0-5f2edc5598ece00b.yaml similarity index 100% rename from releasenotes/notes/prepare-0.1.0-5f2edc5598ece00b.yaml rename to releasenotes/notes/0.1/prepare-0.1.0-5f2edc5598ece00b.yaml