Skip to content

Commit 3fc6ef8

Browse files
committed
Version 0.4.1
1 parent 47fc317 commit 3fc6ef8

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "yacrd"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = ["Pierre Marijon <[email protected]>"]
55

66
exclude = ["image/*", "validation/*", "tests/*"]

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ cargo install
7171
2)
7272

7373
```
74-
yacrd 0.4 Doduo
74+
yacrd 0.4.1 Hypno
7575
Pierre Marijon <[email protected]>
7676
Yet Another Chimeric Read Detector
7777

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ use std::collections::HashMap;
6060

6161
fn main() {
6262
let matches = App::new("yacrd")
63-
.version("0.4 Doduo")
63+
.version("0.4.1 Hypno")
6464
.author("Pierre Marijon <[email protected]>")
6565
.about("Yet Another Chimeric Read Detector")
6666
.usage("yacrd [-i|--input] <input1, input2, …> [-o|--output] <output> [-f|--filter] <file1, file2, …>

tests/not_run.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ SOFTWARE.
2222

2323
use std::process::Command;
2424

25-
static HELP_MESSAGE: &'static str = "yacrd 0.4 Doduo
25+
static HELP_MESSAGE: &'static str = "yacrd 0.4.1 Hypno
2626
Pierre Marijon <[email protected]>
2727
Yet Another Chimeric Read Detector
2828
@@ -90,7 +90,7 @@ mod not_run {
9090
.output()
9191
.expect("Could not run yacrd");
9292

93-
assert_eq!(output.stdout, b"yacrd 0.4 Doduo\n");
93+
assert_eq!(output.stdout, b"yacrd 0.4.1 Hypno\n");
9494
println!("{:?}", output);
9595
}
9696

0 commit comments

Comments
 (0)