We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18e2699 commit 3eb098fCopy full SHA for 3eb098f
2 files changed
Makefile.PL
@@ -24,7 +24,7 @@ my %WriteMakefileArgs = (
24
"File::Spec" => 0,
25
"Test::More" => "0.96"
26
},
27
- "VERSION" => "0.102",
+ "VERSION" => "0.103",
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.102';
+our $VERSION = '0.103';
4
5
use strict;
6
use warnings;
0 commit comments