diff --git a/docs/conf.py b/docs/conf.py index 889ff30..dfb11fd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -14,7 +14,7 @@ project = "Qiskit IBM Transpiler" copyright = "2024, IBM Quantum" author = "IBM Quantum" -release = "0.9.0" +release = "0.9.1" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/release-notes/unreleased/130.bug.rst b/release-notes/0.9.1.rst similarity index 82% rename from release-notes/unreleased/130.bug.rst rename to release-notes/0.9.1.rst index 5c36ff9..e96c55f 100644 --- a/release-notes/unreleased/130.bug.rst +++ b/release-notes/0.9.1.rst @@ -1,3 +1,6 @@ +0.9.1 (2024-11-15) +================== + Bug fixes --------- diff --git a/setup.py b/setup.py index 33fa531..6707864 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ setup( name="qiskit-ibm-transpiler", - version="0.9.0", + version="0.9.1", description="A library to use Qiskit IBM Transpiler (https://docs.quantum.ibm.com/transpile/qiskit-ibm-transpiler) and the AI transpiler passes (https://docs.quantum.ibm.com/transpile/ai-transpiler-passes)", long_description=README, long_description_content_type="text/markdown",