diff --git a/README.md b/README.md index 827b1cd..25b8ccd 100644 --- a/README.md +++ b/README.md @@ -26,14 +26,14 @@ repository. For example, save [biipy_run.sh](biipy_run.sh) to a local file on your host system, then run: - $ ./biipy_run.sh v1.7.0 ipython + $ ./biipy_run.sh v2.0.0 ipython This will run a docker container using the biipy image and execute an IPython shell. To run a Jupyter notebook server, omit the last argument, e.g.: - $ ./biipy_run.sh v1.7.0 + $ ./biipy_run.sh v2.0.0 You will probably want to map more directories from your host filesystem into the container, and may want to change other settings such as the diff --git a/version b/version index 804a616..46b105a 100644 --- a/version +++ b/version @@ -1 +1 @@ -v1.8.0 +v2.0.0