Skip to content

Commit

Permalink
Bump version of qiskit-metal to 0.1.1 and pyEPR version to 0.8.5.6 fo…
Browse files Browse the repository at this point in the history
…r EPR sign fix (#816)
  • Loading branch information
obrienpja authored Jul 21, 2022
1 parent c6bdb77 commit 452e63e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- numpy
- pandas
- pint
- pyepr-quantum>=0.8.5.5
- pyepr-quantum>=0.8.5.6
- pygments
- pyside2
- qutip
Expand Down
2 changes: 1 addition & 1 deletion qiskit_metal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# pylint: disable=wrong-import-order
# pylint: disable=wrong-import-position
"""Qiskit Metal"""
__version__ = '0.1.0'
__version__ = '0.1.1'
__license__ = "Apache 2.0"
__copyright__ = 'Copyright IBM 2019-2020'
__author__ = 'Zlatko Minev, Thomas McConkey, and them IBM Quantum Team'
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ matplotlib
numpy
pandas
pint
pyEPR-quantum>=0.8.5.5
pyEPR-quantum>=0.8.5.6
pygments
pyside2
qutip
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

setup(
name="qiskit_metal",
version="0.1.0",
version="0.1.1",
description="Qiskit Metal | for quantum device design & analysis",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 452e63e

Please sign in to comment.