Skip to content

Commit

Permalink
Set version number to 0.23.0rc1 for first release candidate (#9395)
Browse files Browse the repository at this point in the history
For the 0.23.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.23.0rc1.
  • Loading branch information
mtreinish authored Jan 19, 2023
1 parent 13bb17c commit c0961b9
Show file tree
Hide file tree
Showing 124 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.23.0
0.23.0rc1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

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

0 comments on commit c0961b9

Please sign in to comment.