Skip to content

Commit

Permalink
0.0.4 uprev
Browse files Browse the repository at this point in the history
  • Loading branch information
marcolincs committed Jul 1, 2021
1 parent ea5ff84 commit 61b9da3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ Qiskit Metal is the work of [many people](https://github.com/Qiskit/qiskit-metal
## Changelog and Release Notes
The changelog for a particular release is dynamically generated and gets
written to the release page on Github for each release. For example, you can
find the page for the `0.0.3` release here:
https://github.com/Qiskit/qiskit-metal/releases/tag/0.0.3
find the page for the `0.0.4` release here:
https://github.com/Qiskit/qiskit-metal/releases/tag/0.0.4
The changelog for the current release can be found in the releases tab:
[![Releases](https://img.shields.io/github/release/Qiskit/qiskit-metal.svg?style=popout-square)](https://github.com/Qiskit/qiskit-metal/releases)
The changelog provides a quick overview of notable changes for a given
Expand Down
2 changes: 1 addition & 1 deletion docs/tut/overview/Deep Dive.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2651,7 +2651,7 @@
"output_type": "stream",
"text": [
"\n",
"Qiskit Metal 0.0.3\n",
"Qiskit Metal 0.0.4\n",
"\n",
"Basic\n",
"____________________________________\n",
Expand Down
2 changes: 1 addition & 1 deletion docs/tut/renderers/GDS QRenderer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1168,7 +1168,7 @@
"output_type": "stream",
"text": [
"\n",
"Qiskit Metal 0.0.3\n",
"Qiskit Metal 0.0.4\n",
"\n",
"Basic\n",
"____________________________________\n",
Expand Down
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.3'
__version__ = '0.0.4'
__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.3",
version="0.0.4",
description="Qiskit Metal | for quantum device design & analysis",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 61b9da3

Please sign in to comment.