Skip to content

Commit d76764a

Browse files
committed
bump versions that I forgot
not sure how I missed these in the release, most are just due to POD changes
1 parent 7641b25 commit d76764a

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

lib/Bio/ToolBox/Data.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use Bio::ToolBox::db_helper qw(
1515
use Bio::ToolBox::utility qw(simplify_dataset_name sane_chromo_sort);
1616
use Module::Load;
1717

18-
our $VERSION = '2.01';
18+
our $VERSION = '2.02';
1919

2020
### Initialize
2121

lib/Bio/ToolBox/Data/Feature.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use Bio::ToolBox::db_helper qw(
1414
);
1515
use Bio::ToolBox::db_helper::constants;
1616

17-
our $VERSION = '2.00';
17+
our $VERSION = '2.02';
1818

1919
my $GENETOOL_LOADED = 0;
2020

lib/Bio/ToolBox/Data/Iterator.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use strict;
55
use Carp;
66
use Bio::ToolBox::Data::Feature;
77

8-
our $VERSION = '2.00';
8+
our $VERSION = '2.02';
99

1010
sub new {
1111
my ( $class, $data ) = @_;

lib/Bio/ToolBox/Data/core.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use Bio::ToolBox::db_helper qw(
1212
);
1313
use Module::Load;
1414

15-
our $VERSION = '2.00';
15+
our $VERSION = '2.02';
1616

1717
#### Initialization and verification ###############################################
1818

lib/Bio/ToolBox/GeneTools.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use strict;
55
use Carp qw(carp cluck croak confess);
66
require Exporter;
77

8-
our $VERSION = '2.00';
8+
our $VERSION = '2.02';
99

1010
### Export
1111
our @ISA = qw(Exporter);

lib/Bio/ToolBox/Parser/bed.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use base 'Bio::ToolBox::Parser';
77
use Bio::ToolBox::Data;
88
use Module::Load;
99

10-
our $VERSION = '2.00';
10+
our $VERSION = '2.02';
1111

1212
sub new {
1313
my $class = shift;

lib/Bio/ToolBox/Parser/gff.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use Carp qw(carp cluck croak confess);
66
use base 'Bio::ToolBox::Parser';
77
use Bio::ToolBox::Data;
88

9-
our $VERSION = '2.01';
9+
our $VERSION = '2.02';
1010

1111
my %TYPECOUNTS = ();
1212

lib/Bio/ToolBox/Parser/ucsc.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use base 'Bio::ToolBox::Parser';
77
use Bio::ToolBox::Data;
88
use Bio::ToolBox::Parser::ucsc::builder;
99

10-
our $VERSION = '2.00';
10+
our $VERSION = '2.02';
1111

1212
sub new {
1313
my $class = shift;

lib/Bio/ToolBox/db_helper.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ use Bio::ToolBox::utility qw(
1616
);
1717
require Exporter;
1818

19-
our $VERSION = '2.00';
19+
our $VERSION = '2.02';
2020

2121
# check values for dynamically loaded helper modules
2222
# these are loaded only when needed during runtime to avoid wasting resources

lib/Bio/ToolBox/db_helper/alignment_callbacks.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use Carp;
66
use Bio::ToolBox::db_helper::constants;
77
require Exporter;
88

9-
our $VERSION = '2.00';
9+
our $VERSION = '2.02';
1010

1111
# Exported names
1212
our @ISA = qw(Exporter);

0 commit comments

Comments
 (0)