We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8726fc6 commit d57c697Copy full SHA for d57c697
qiskit_metal/__init__.py
@@ -15,7 +15,7 @@
15
# pylint: disable=wrong-import-order
16
# pylint: disable=wrong-import-position
17
"""Qiskit Metal"""
18
-__version__ = '0.0.4'
+__version__ = '0.1.0'
19
__license__ = "Apache 2.0"
20
__copyright__ = 'Copyright IBM 2019-2020'
21
__author__ = 'Zlatko Minev, Thomas McConkey, and them IBM Quantum Team'
setup.py
@@ -27,7 +27,7 @@
27
28
setup(
29
name="qiskit_metal",
30
- version="0.0.4",
+ version="0.1.0",
31
description="Qiskit Metal | for quantum device design & analysis",
32
long_description=long_description,
33
long_description_content_type="text/markdown",
0 commit comments