Skip to content

Commit

Permalink
Bump version of qiskit metal to 0.1.2 and pyepr to 0.8.5.7 (#818)
Browse files Browse the repository at this point in the history
  • Loading branch information
obrienpja authored Jul 23, 2022
1 parent 452e63e commit 2923ff8
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.6
- pyepr-quantum>=0.8.5.7
- 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.1'
__version__ = '0.1.2'
__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.6
pyEPR-quantum>=0.8.5.7
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.1",
version="0.1.2",
description="Qiskit Metal | for quantum device design & analysis",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 2923ff8

Please sign in to comment.