Skip to content

Commit

Permalink
Bumping Qiskit Metal version
Browse files Browse the repository at this point in the history
Bumping Qiskit Metal version. Overdue.
  • Loading branch information
zlatko-minev committed Dec 31, 2024
1 parent 6e48123 commit 2ce4996
Show file tree
Hide file tree
Showing 2 changed files with 3 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.1.5'
__version__ = '0.5.0'
__license__ = "Apache 2.0"
__copyright__ = 'Copyright IBM 2019-2020'
__author__ = 'Zlatko Minev, Thomas McConkey, and them IBM Quantum Team'
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
-v, --verbose
Give more output.
"""

# pylint: disable=invalid-name

from pathlib import Path
Expand All @@ -27,7 +28,7 @@

setup(
name="qiskit_metal",
version="0.1.5",
version="0.5.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 2ce4996

Please sign in to comment.