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

Commit

Permalink
Bump meta 0.18.2 (#897)
Browse files Browse the repository at this point in the history
Bump meta to 0.18.2 for ibmq-provider 0.6.1.
  • Loading branch information
jyu00 authored Apr 23, 2020
1 parent 0d1023a commit f982a5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.18.1'
release = '0.18.2'

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

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
requirements = [
"qiskit-terra==0.13.0",
"qiskit-aer==0.5.0",
"qiskit-ibmq-provider==0.6.0",
"qiskit-ibmq-provider==0.6.1",
"qiskit-ignis==0.3.0",
"qiskit-aqua==0.6.6",
]

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

0 comments on commit f982a5a

Please sign in to comment.