Skip to content

Commit

Permalink
bumped to v0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
mtw committed Feb 15, 2018
1 parent 756c83f commit 9497ad2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Changes
Expand Up @@ -197,7 +197,7 @@ Revision history for Perl extension Bio::ViennaNGS.
0.17.5 Mon Aug 07 2017
- added scripts/fasta_regex.pl

0.17.6
0.18 Thu Feb 15 2018
- added dump()method to Bio::ViennaNGS::FeatureInterval,
Bio::ViennaNGS::MinimalFeature and Bio::ViennaNGS::Feature
- make all attributes of Bio::ViennaNGS::FeatureInterval rw
2 changes: 1 addition & 1 deletion README
@@ -1,4 +1,4 @@
# Bio::ViennaNGS 0.17.6
# Bio::ViennaNGS 0.18

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-08-07 08:55:56 mtw>
# Last changed Time-stamp: <2018-02-15 12:52:17 mtw>

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

0 comments on commit 9497ad2

Please sign in to comment.