Skip to content

Commit

Permalink
Bump package version to 0.7 (qiskit-community#1399)
Browse files Browse the repository at this point in the history
### Summary

Bumps the package version after release.
  • Loading branch information
coruscating authored Feb 9, 2024
1 parent e8531c4 commit 32f0a5f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ pull_request_rules:
actions:
backport:
branches:
- stable/0.5
- stable/0.6
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@

# -- Project information -----------------------------------------------------
# The short X.Y version
version = os.getenv("VERSION_STRING", "0.6")
version = os.getenv("VERSION_STRING", "0.7")

# The full version, including alpha/beta/rc tags
release = os.getenv("RELEASE_STRING", "0.6.0")
release = os.getenv("RELEASE_STRING", "0.7.0")

project = "Qiskit Experiments"
copyright = f"2021-{datetime.date.today().year}, Qiskit Development Team" # pylint: disable=redefined-builtin
Expand Down
2 changes: 1 addition & 1 deletion qiskit_experiments/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0
0.7.0

0 comments on commit 32f0a5f

Please sign in to comment.