Skip to content

Commit

Permalink
updated version: v0.6.2 -> v0.6.3 (#960)
Browse files Browse the repository at this point in the history
  • Loading branch information
srivarra committed Mar 24, 2023
1 parent 68a3d95 commit 8d28c2c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
path: coverage

- name: Upload Coverage to Coveralls
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ${{ github.workspace }}/coverage/coverage.lcov
file: ${{ github.workspace }}/coverage/coverage.lcov
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,11 @@ However, the repository will still need to be cloned if you wish to use the Jupy
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.6.2`.
Currently, the latest release is `v0.6.3`.
Then install the latest release with:

```sh
git clone -b v0.6.2 https://github.com/angelolab/ark-analysis.git
git clone -b v0.6.3 https://github.com/angelolab/ark-analysis.git
```

You may also install previous releases by simply changing the version after the `-b`.
Expand Down Expand Up @@ -145,7 +145,7 @@ You can shut down the notebooks and close docker by entering `control-c` in the

**REMEMBER TO DUPLICATE AND RENAME NOTEBOOKS**

If you didn't change the name of any of the notebooks within the `templates` folder, they will be overwritten when you decide to update the repo. Read about updating Ark [here](#updating-the-repository)
If you didn't change the name of the notebooks within the `templates` folder, they will be overwritten when you decide to update the repo. Read about updating Ark [here](#updating-the-repository)

## External Tools

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.2'
VERSION='v0.6.3'

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

0 comments on commit 8d28c2c

Please sign in to comment.