Skip to content

Commit 574bd74

Browse files
committed
2.097
1 parent 4b33945 commit 574bd74

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Changes

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
2.097 2025-01-06
12
- add licence information
23

34
2.096 2024-12-09

Simplex.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +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';
10+
our $VERSION = '2.097';
1111

1212
*simplex = \&PDL::simplex;
1313

0 commit comments

Comments
 (0)