File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " refman"
3
- version = " 1.3.2 "
3
+ version = " 1.3.3 "
4
4
edition = " 2021"
5
5
description = " A command-line manager for bespoke reference datasets used in bioinformatic analyses"
6
6
authors = [
" Nicholas Minor <[email protected] >" ]
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ pub const INFO: &str = r"
10
10
█ ███ ███ ████████ ████████ █ █ ██ ██ ██ █
11
11
█ ████ ██ ██ ████████ ████ ██ ████ ██ ███ █
12
12
13
- refman (v1.3.2 )
13
+ refman (v1.3.3 )
14
14
------------------------------------------------------------
15
15
`refman` is a simple command-line tool for managing biological reference datasets often
16
16
used in bioinformatics. These datasets may include raw sequence files, files encoding
@@ -23,7 +23,7 @@ between users to aid scientific reproducibility.
23
23
#[ derive( Parser ) ]
24
24
#[ clap( name = "refman" ) ]
25
25
#[ clap( about = INFO ) ]
26
- #[ clap( version = "v1.3.2 " ) ]
26
+ #[ clap( version = "v1.3.3 " ) ]
27
27
pub struct Cli {
28
28
#[ command( flatten) ]
29
29
pub verbose : clap_verbosity_flag:: Verbosity ,
You can’t perform that action at this time.
0 commit comments