Skip to content

Commit

Permalink
Create a new tag for pip release. (#802)
Browse files Browse the repository at this point in the history
Co-authored-by: Priti Shah <Priti.Ashvin.Shah@ibm.com>
  • Loading branch information
bowmanconnor and priti-ashvin-shah-ibm authored Jun 3, 2022
1 parent 8726fc6 commit d57c697
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.0.4'
__version__ = '0.1.0'
__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 setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

setup(
name="qiskit_metal",
version="0.0.4",
version="0.1.0",
description="Qiskit Metal | for quantum device design & analysis",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit d57c697

Please sign in to comment.