Skip to content

Commit

Permalink
Set version number to 0.24.0rc1 for first release candidate (#9977)
Browse files Browse the repository at this point in the history
For the 0.24.0 release we're going to push release candidates
prior to the release to enable testing before we cut the final release.
In preparation for tagging the first release candidate this commit
updates the version string to indicate it's a release candidate. This
commit should be what gets tagged as 0.24.0rc1.
  • Loading branch information
mtreinish authored Apr 20, 2023
1 parent d574f66 commit 4152009
Show file tree
Hide file tree
Showing 123 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qiskit/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.24.0
0.24.0rc1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

setup(
name="qiskit-terra",
version="0.24.0",
version="0.24.0rc1",
description="Software for developing quantum computing programs",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 4152009

Please sign in to comment.