Skip to content

Commit 501d338

Browse files
committed
Math-Complex: bump version
1 parent 7c2b838 commit 501d338

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/Math-Complex/lib/Math/Complex.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ package Math::Complex;
1010
{ use 5.006; }
1111
use strict;
1212

13-
our $VERSION = 1.62;
13+
our $VERSION = 1.63;
1414

1515
use Config;
1616

dist/Math-Complex/lib/Math/Trig.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require Exporter;
1515

1616
our @ISA = qw(Exporter);
1717

18-
our $VERSION = 1.62;
18+
our $VERSION = 1.63;
1919

2020
my @angcnv = qw(rad2deg rad2grad
2121
deg2rad deg2grad

0 commit comments

Comments
 (0)