Skip to content

Commit 77bd348

Browse files
author
Sabrina Krakau
committed
Bump version 1.0.3
1 parent 5c26599 commit 77bd348

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pureclip.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ parseCommandLine(AppOptions & options, int argc, char const ** argv)
5252
ArgumentParser parser("pureclip");
5353
// Set short description, version, and date.
5454
setShortDescription(parser, "Protein-RNA interaction site detection ");
55-
setVersion(parser, "1.0.2");
56-
setDate(parser, "October 2017");
55+
setVersion(parser, "1.0.3");
56+
setDate(parser, "November 2017");
5757

5858
// Define usage line and long description.
5959
addUsageLine(parser, "[\\fIOPTIONS\\fP] <-i \\fIBAM FILE\\fP> <-bai \\fIBAI FILE\\fP> <-g \\fIGENOME FILE\\fP> <-o \\fIOUTPUT BED FILE\\fP> ");

0 commit comments

Comments
 (0)