Skip to content

Commit

Permalink
Bump package version for post release
Browse files Browse the repository at this point in the history
The 0.25.2 release had a number of packaging issues relating to CI and
versioning. This commit bumps the terra package version to 0.25.2.post0
which is a post-release notation that is pep440 compliant. The actual
version.txt file is not updated in this PR because we still want it to
show as 0.25.2 for `qiskit.__version__`, this is just a re-packaging of
the 0.25.2 release.
  • Loading branch information
mtreinish committed Oct 3, 2023
1 parent cfc697b commit 9035c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

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

0 comments on commit 9035c13

Please sign in to comment.