diff --git a/tools/interactive/interactivetool_qiskit_jupyter_notebook.xml b/tools/interactive/interactivetool_qiskit_jupyter_notebook.xml index 6e48678419c6..7a66e83f606f 100644 --- a/tools/interactive/interactivetool_qiskit_jupyter_notebook.xml +++ b/tools/interactive/interactivetool_qiskit_jupyter_notebook.xml @@ -1,5 +1,8 @@ -<tool id="interactive_tool_qiskit_jupyter_notebook" tool_type="interactive" name="Qiskit Jupyter notebook" version="0.0.1" profile="22.01"> +<tool id="interactive_tool_qiskit_jupyter_notebook" tool_type="interactive" name="Qiskit Jupyter notebook" version="@VERSION@" profile="22.01"> <description>interactive tool</description> + <macros> + <token name="@VERSION@">0.2</token> + </macros> <requirements> <container type="docker">thepineapplepirate/qiskit_galaxy:1.1.0</container> </requirements>