Skip to content
This repository has been archived by the owner on Aug 19, 2023. It is now read-only.

Commit

Permalink
Qiskit 0.19.2 (#931)
Browse files Browse the repository at this point in the history
* bump to 0.19.2

* Bump version for qiskit-aqua==0.7.1

Bump the meta repo version to include:

qiskit-aqua==0.7.1

Co-authored-by: Matthew Treinish <[email protected]>
  • Loading branch information
jyu00 and mtreinish authored May 14, 2020
1 parent 21431e9 commit 8c14e59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.19.1'
release = '0.19.2'

# -- General configuration ---------------------------------------------------

Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
requirements = [
"qiskit-terra==0.14.1",
"qiskit-aer==0.5.1",
"qiskit-ibmq-provider==0.7.0",
"qiskit-ibmq-provider==0.7.1",
"qiskit-ignis==0.3.0",
"qiskit-aqua==0.7.0",
"qiskit-aqua==0.7.1",
]

setup(
name="qiskit",
version="0.19.1",
version="0.19.2",
description="Software for developing quantum computing programs",
long_description=README,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 8c14e59

Please sign in to comment.