From 05e7714d4f1f3cb7416b62c29da632b04750ca72 Mon Sep 17 00:00:00 2001 From: alex-l-kong <31424707+alex-l-kong@users.noreply.github.com> Date: Tue, 14 Mar 2023 13:57:58 -0700 Subject: [PATCH] Bump release to v0.6.0 (#945) --- README.md | 4 ++-- start_docker.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f0e24a5a6..202803386 100644 --- a/README.md +++ b/README.md @@ -86,11 +86,11 @@ After the Pixie Pipeline, the user can inspect and fine tune their results with We recommend using the latest release of `ark`. You can find all the versions available in the [Releases Section](https://github.com/angelolab/ark-analysis/releases). Open terminal and navigate to where you want the code stored. -Currently, the latest release is `v0.5.2`. +Currently, the latest release is `v0.6.0`. Then install the latest release with: ``` -git clone -b v0.5.2 https://github.com/angelolab/ark-analysis.git +git clone -b v0.6.0 https://github.com/angelolab/ark-analysis.git ``` Or head to [Releases]https://github.com/angelolab/ark-analysis/releases) and download the source code under the Assets' subsection of the latest release. diff --git a/start_docker.sh b/start_docker.sh index a8c764d0e..33a394294 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.5.2' +VERSION='v0.6.0' # check for template developer flag JUPYTER_DIR='scripts'