We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0916d4d commit 36b7f87Copy full SHA for 36b7f87
2 files changed
Makefile.PL
@@ -24,7 +24,7 @@ my %WriteMakefileArgs = (
24
"File::Spec" => 0,
25
"Test::More" => "0.96"
26
},
27
- "VERSION" => "0.103",
+ "VERSION" => "0.104",
28
"test" => {
29
"TESTS" => "t/*.t"
30
}
lib/PDL/DSP/Windows.pm
@@ -1,6 +1,6 @@
1
package PDL::DSP::Windows;
2
3
-our $VERSION = '0.103';
+our $VERSION = '0.104';
4
5
use strict;
6
use warnings;
0 commit comments