From bc6685050dfbef4607874fbbadebd4289251c173 Mon Sep 17 00:00:00 2001 From: alex-l-kong <31424707+alex-l-kong@users.noreply.github.com> Date: Thu, 10 Aug 2023 13:52:26 -0700 Subject: [PATCH] Bump to v0.6.5 (#1033) --- README.md | 2 +- start_docker.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6d2a0c26e..1e239a071 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ Open terminal and navigate to where you want the code stored. If you would like to use the latest version of `ark` simply clone the project and create the Conda environment. ```sh -git clone -b v0.6.4 https://github.com/angelolab/ark-analysis.git +git clone -b v0.6.5 https://github.com/angelolab/ark-analysis.git cd ark-analysis conda env create -f environment.yml ``` diff --git a/start_docker.sh b/start_docker.sh index 885d0dcf3..efc0a4818 100755 --- a/start_docker.sh +++ b/start_docker.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # define the version number, this needs to be updated every new Docker release -VERSION='v0.6.4' +VERSION='v0.6.5' # check for template developer flag JUPYTER_DIR='scripts'