Skip to content

Commit

Permalink
Version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Marijon committed May 26, 2020
1 parent 94f6962 commit 39b910c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fpa_lr"
version = "0.5.0"
version = "0.5.1"
authors = ["Pierre Marijon <pierre.marijon@inria.fr>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ conda install fpa
```
git clone https://github.com/natir/fpa.git
cd fpa
git checkout v0.5
git checkout v0.5.1
cargo build
cargo test
Expand Down
2 changes: 1 addition & 1 deletion src/cli/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ use clap::{App, Arg, ArgMatches};

pub fn app<'a, 'b>() -> App<'a, 'b> {
App::new("fpa")
.version("0.5 Krabby")
.version("0.5.1 Sandslash")
.author("Pierre Marijon <pierre.marijon@inria.fr>")
.about("fpa take long read mapping information and filter them")
.arg(Arg::with_name("input")
Expand Down

0 comments on commit 39b910c

Please sign in to comment.