Skip to content

Commit 174a4f0

Browse files
committed
2.096
1 parent be57f81 commit 174a4f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Simplex.pm

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ use PDL::Exporter;
77
our @ISA = qw/PDL::Exporter/;
88
our @EXPORT_OK = qw/simplex make_simplex/;
99
our %EXPORT_TAGS = ( Func => [@EXPORT_OK] );
10+
our $VERSION = '2.096';
1011

1112
*simplex = \&PDL::simplex;
1213

0 commit comments

Comments
 (0)