Skip to content

Commit

Permalink
Bump to v0.7.0 (#1093)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-l-kong authored Dec 6, 2023
1 parent 99a9abb commit 11de0b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,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.6 https://github.com/angelolab/ark-analysis.git
git clone -b v0.7.0 https://github.com/angelolab/ark-analysis.git
cd ark-analysis
conda env create -f environment.yml
```
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.6.6'
VERSION='v0.7.0'

# check for template developer flag
JUPYTER_DIR='scripts'
Expand Down

0 comments on commit 11de0b0

Please sign in to comment.