Skip to content

Commit 852f977

Browse files
committed
0.0.2 -> 0.0.3
1 parent 467fbac commit 852f977

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/tut/tutorials/Deep Dive.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2611,7 +2611,7 @@
26112611
"output_type": "stream",
26122612
"text": [
26132613
"\n",
2614-
"Qiskit Metal 0.0.2\n",
2614+
"Qiskit Metal 0.0.3\n",
26152615
"\n",
26162616
"Basic\n",
26172617
"____________________________________\n",

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

18-
__version__ = '0.0.2'
18+
__version__ = '0.0.3'
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.2",
30+
version="0.0.3",
3131
description="Qiskit Metal | for quantum device design & analsysi",
3232
long_description=long_description,
3333
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)