Skip to content

Commit

Permalink
Fix missing version-number bump (#9075)
Browse files Browse the repository at this point in the history
We accidentally missed the version number in setup.py,
so 0.22.2 originally just bounced off PyPI.
  • Loading branch information
jakelishman authored Nov 3, 2022
1 parent dac39d0 commit b2c75ac
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 @@ -51,7 +51,7 @@

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

0 comments on commit b2c75ac

Please sign in to comment.