Skip to content

Commit

Permalink
Bump release to v0.6.0 (#945)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-l-kong authored Mar 14, 2023
1 parent 1059061 commit 05e7714
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion start_docker.sh
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 05e7714

Please sign in to comment.