Skip to content

Commit

Permalink
bumped to v0.17.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mtw committed Jul 19, 2017
1 parent d15c6a3 commit 355f682
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Changes
Expand Up @@ -190,3 +190,6 @@ Revision history for Perl extension Bio::ViennaNGS.

0.17.3 Sun Jul 2 2017
- fixed missing parentheses in fasta_subgrep.pl

0.17.4 Weg Jul 19 2017
- fixed handling of multi-Fasta files in bed2nt2aa.pl
2 changes: 1 addition & 1 deletion README
@@ -1,4 +1,4 @@
# Bio::ViennaNGS 0.17.3
# Bio::ViennaNGS 0.17.4

Bio::ViennaNGS is a distribution of Perl modules and utilities for
building efficient Next-Generation Sequencing (NGS) analysis
Expand Down
4 changes: 2 additions & 2 deletions lib/Bio/ViennaNGS.pm
@@ -1,9 +1,9 @@
# -*-CPerl-*-
# Last changed Time-stamp: <2017-07-02 12:51:15 mtw>
# Last changed Time-stamp: <2017-07-19 11:31:12 mtw>

package Bio::ViennaNGS;
use Exporter;
use version; our $VERSION = version->declare("v0.17.3");
use version; our $VERSION = version->declare("v0.17.4");
our @ISA = qw(Exporter);
our @EXPORT = ($VERSION);
1;
Expand Down

0 comments on commit 355f682

Please sign in to comment.