Skip to content

Commit

Permalink
Prepare 0.1.0 release (#7)
Browse files Browse the repository at this point in the history
* Prepare 0.1.0 release

* Add mergify configuration

* Move release note to `0.1` directory
  • Loading branch information
garrison authored Nov 4, 2024
1 parent a0550cf commit d1230c7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
pull_request_rules:
- name: backport
conditions:
- label=stable backport potential
actions:
backport:
branches:
- stable/0.1
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit d1230c7

Please sign in to comment.