diff --git a/README.md b/README.md index 120a3e3..061824a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ 1. Create a new notebook on Google Colab 2. Run the following command (2 lines) in a Code cell to install this extension. - !source <(curl -s https://raw.githubusercontent.com/conjure-cp/conjure-notebook/v0.0.6/scripts/install-colab.sh) + !source <(curl -s https://raw.githubusercontent.com/conjure-cp/conjure-notebook/v0.0.7/scripts/install-colab.sh) %load_ext conjure 3. In the following Code cells Conjure commands will be available. diff --git a/scripts/install-colab.sh b/scripts/install-colab.sh index 9f811f3..179bff8 100755 --- a/scripts/install-colab.sh +++ b/scripts/install-colab.sh @@ -4,7 +4,7 @@ set -o errexit set -o nounset CONJURE_VERSION=v2.5.0 -NOTEBOOK_VERSION=main +NOTEBOOK_VERSION=v0.0.7 echo "Installing Conjure version ${CONJURE_VERSION} and Conjure Notebook version ${NOTEBOOK_VERSION}..." diff --git a/setup.py b/setup.py index 4abfd03..b762eb1 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="Conjure Notebook", - version="v0.0.6", + version="v0.0.7", author="Ogabek Yusupov, Özgür Akgün, Chris Jefferson", author_email="ogabekyusupov@gmail.com, ozgur.akgun@st-andrews.ac.uk, caj21@st-andrews.ac.uk", description="A Jupyter notebook extension for the automated constraint modelling tool Conjure",