Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Malte Petersen committed Mar 4, 2020
1 parent 4993b7c commit 6067182
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Orthograph/Version.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Orthograph::Version;

our $version = '0.6.3';
our $version = '0.7.1';

1;
2 changes: 1 addition & 1 deletion orthograph-analyzer
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ my $version = $Orthograph::Version::version;
# this message will be printed later when we have a log file handle
my $message = "$program_name: Orthology prediction using a Graph-based,\n" .
"Reciprocal Approach with Profile Hidden Markov models\n" .
"Copyright 2015 Malte Petersen <mptrsen\@uni-bonn.de>\n" .
"Copyright 2020 Malte Petersen <mptrsen\@uni-bonn.de>\n" .
"Version $version\n\n";
my $program_file = $FindBin::Script;

Expand Down

0 comments on commit 6067182

Please sign in to comment.