Skip to content

Commit 452e63e

Browse files
authored
Bump version of qiskit-metal to 0.1.1 and pyEPR version to 0.8.5.6 for EPR sign fix (#816)
1 parent c6bdb77 commit 452e63e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212
- numpy
1313
- pandas
1414
- pint
15-
- pyepr-quantum>=0.8.5.5
15+
- pyepr-quantum>=0.8.5.6
1616
- pygments
1717
- pyside2
1818
- qutip

qiskit_metal/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# pylint: disable=wrong-import-order
1616
# pylint: disable=wrong-import-position
1717
"""Qiskit Metal"""
18-
__version__ = '0.1.0'
18+
__version__ = '0.1.1'
1919
__license__ = "Apache 2.0"
2020
__copyright__ = 'Copyright IBM 2019-2020'
2121
__author__ = 'Zlatko Minev, Thomas McConkey, and them IBM Quantum Team'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ matplotlib
77
numpy
88
pandas
99
pint
10-
pyEPR-quantum>=0.8.5.5
10+
pyEPR-quantum>=0.8.5.6
1111
pygments
1212
pyside2
1313
qutip

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
setup(
2929
name="qiskit_metal",
30-
version="0.1.0",
30+
version="0.1.1",
3131
description="Qiskit Metal | for quantum device design & analysis",
3232
long_description=long_description,
3333
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)