From 3c32c5b1859c5cd8c62b095d6f20e51372fbb1e8 Mon Sep 17 00:00:00 2001 From: Ed J Date: Thu, 14 Jul 2022 18:01:55 +0100 Subject: [PATCH] 0.33 --- Changes | 1 + lib/PDL/LinearAlgebra.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 3036735..d311c56 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,4 @@ +0.33 2022-07-14 - test, fix mtoeplitz (#16) - thanks @jjatria for report 0.32 2022-05-06 diff --git a/lib/PDL/LinearAlgebra.pm b/lib/PDL/LinearAlgebra.pm index 6c1d460..7f61c2d 100644 --- a/lib/PDL/LinearAlgebra.pm +++ b/lib/PDL/LinearAlgebra.pm @@ -19,7 +19,7 @@ use constant { use strict; -our $VERSION = '0.32'; +our $VERSION = '0.33'; $VERSION = eval $VERSION; @PDL::LinearAlgebra::ISA = qw/PDL::Exporter/;