From 174a4f0adec8d3b55414c06b54f835662204f684 Mon Sep 17 00:00:00 2001 From: Ed J Date: Mon, 9 Dec 2024 13:45:19 +0000 Subject: [PATCH] 2.096 --- Simplex.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Simplex.pm b/Simplex.pm index c304397..61cd8a7 100644 --- a/Simplex.pm +++ b/Simplex.pm @@ -7,6 +7,7 @@ use PDL::Exporter; our @ISA = qw/PDL::Exporter/; our @EXPORT_OK = qw/simplex make_simplex/; our %EXPORT_TAGS = ( Func => [@EXPORT_OK] ); +our $VERSION = '2.096'; *simplex = \&PDL::simplex;