Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sestaton committed Oct 4, 2017
1 parent 5e4feac commit a33eb4c
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 5 deletions.
48 changes: 48 additions & 0 deletions MYMETA.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"abstract" : "unknown",
"author" : [
"S. Evan Staton <statonse@gmail.com>"
],
"dynamic_config" : 0,
"generated_by" : "ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter version 2.150001",
"license" : [
"mit"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "HMMER2GO",
"no_index" : {
"directory" : [
"t",
"inc"
]
},
"prereqs" : {
"build" : {
"requires" : {
"Test::More" : "0"
}
},
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "6.5503"
}
},
"runtime" : {
"requires" : {
"App::Cmd" : "0.323",
"Capture::Tiny" : "0",
"HTML::TableExtract" : "0",
"HTTP::Tiny" : "0",
"IPC::System::Simple" : "1.21",
"Try::Tiny" : "0",
"XML::LibXML" : "0",
"perl" : "5.01"
}
}
},
"release_status" : "stable",
"version" : "v0.17.4"
}
2 changes: 1 addition & 1 deletion bin/hmmer2go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use strict;
use warnings;
use HMMER2GO;

our $VERSION = '0.17.4';
our $VERSION = '0.17.5';

HMMER2GO->run;

Expand Down
4 changes: 2 additions & 2 deletions lib/HMMER2GO.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ HMMER2GO - Annotate DNA sequences for Gene Ontology terms
=head1 VERSION
Version 0.17.4
Version 0.17.5
=cut

our $VERSION = '0.17.4';
our $VERSION = '0.17.5';

sub global_opt_spec {
[ 'man|m' => "Get the manual entry for a command" ];
Expand Down
4 changes: 2 additions & 2 deletions lib/HMMER2GO/Command.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ HMMER2GO::Command - Control class for setting global options with HMMER2GO
=head1 VERSION
Version 0.17.4
Version 0.17.5
=cut

our $VERSION = '0.17.4';
our $VERSION = '0.17.5';

sub opt_spec {
my ( $class, $app ) = @_;
Expand Down

0 comments on commit a33eb4c

Please sign in to comment.