Skip to content

Commit 36b7f87

Browse files
committed
Bump version
1 parent 0916d4d commit 36b7f87

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ my %WriteMakefileArgs = (
2424
"File::Spec" => 0,
2525
"Test::More" => "0.96"
2626
},
27-
"VERSION" => "0.103",
27+
"VERSION" => "0.104",
2828
"test" => {
2929
"TESTS" => "t/*.t"
3030
}

lib/PDL/DSP/Windows.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package PDL::DSP::Windows;
22

3-
our $VERSION = '0.103';
3+
our $VERSION = '0.104';
44

55
use strict;
66
use warnings;

0 commit comments

Comments
 (0)