Skip to content

Commit d57c697

Browse files
Create a new tag for pip release. (#802)
Co-authored-by: Priti Shah <[email protected]>
1 parent 8726fc6 commit d57c697

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.0.4'
18+
__version__ = '0.1.0'
1919
__license__ = "Apache 2.0"
2020
__copyright__ = 'Copyright IBM 2019-2020'
2121
__author__ = 'Zlatko Minev, Thomas McConkey, and them IBM Quantum Team'

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.0.4",
30+
version="0.1.0",
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)