Skip to content

Commit 65f492a

Browse files
committed
Bump version number
1 parent ac960cf commit 65f492a

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "panacus"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
edition = "2018"
55
rust-version= "1.60"
66

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,29 +54,29 @@ mamba install -c conda-forge -c bioconda panacus
5454
### From binary release
5555
#### Linux x86\_64
5656
```shell
57-
wget --no-check-certificate -c https://github.com/codialab/panacus/releases/download/v0.5.1/panacus-0.5.1_x86_64-unknown-linux-musl.tar.gz
58-
tar -xzvf panacus-0.5.1_x86_64-unknown-linux-musl.tar.gz
57+
wget --no-check-certificate -c https://github.com/codialab/panacus/releases/download/v0.5.2/panacus-0.5.2_x86_64-unknown-linux-musl.tar.gz
58+
tar -xzvf panacus-0.5.2_x86_64-unknown-linux-musl.tar.gz
5959

6060
# install the Python libraries necessary for panacus-visualize
6161
pip install --user matplotlib numpy pandas scikit-learn scipy seaborn
6262

6363
# suggestion: add tool to path in your ~/.bashrc
64-
export PATH="$(readlink -f panacus-0.5.1_x86_64-unknown-linux-musl/bin)":$PATH
64+
export PATH="$(readlink -f panacus-0.5.2_x86_64-unknown-linux-musl/bin)":$PATH
6565

6666
# you are ready to go!
6767
panacus --help
6868
```
6969

7070
#### Mac OSX arm64
7171
```shell
72-
wget --no-check-certificate -c https://github.com/codialab/panacus/releases/download/v0.5.1/panacus-0.5.1_aarch64-apple-darwin.tar.gz
73-
tar -xzvf panacus-0.5.1_aarch64-apple-darwin.tar.gz
72+
wget --no-check-certificate -c https://github.com/codialab/panacus/releases/download/v0.5.2/panacus-0.5.2_aarch64-apple-darwin.tar.gz
73+
tar -xzvf panacus-0.5.2_aarch64-apple-darwin.tar.gz
7474

7575
# install the Python libraries necessary for panacus-visualize
7676
pip install --user matplotlib numpy pandas scikit-learn scipy seaborn
7777

7878
# suggestion: add tool to path in your ~/.bashrc
79-
export PATH="$(readlink -f panacus-0.5.1_aarch64-apple-darwin/bin)":$PATH
79+
export PATH="$(readlink -f panacus-0.5.2_aarch64-apple-darwin/bin)":$PATH
8080

8181
# you are ready to go!
8282
panacus --help

0 commit comments

Comments
 (0)