Skip to content

Commit

Permalink
update version information to v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurakgun committed Aug 8, 2023
1 parent fe2afc3 commit ebe6a75
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion scripts/install-colab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}..."

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected], [email protected], [email protected]",
description="A Jupyter notebook extension for the automated constraint modelling tool Conjure",
Expand Down

0 comments on commit ebe6a75

Please sign in to comment.