Skip to content

Commit 2d8ccc2

Browse files
committed
2.097
1 parent 9b94262 commit 2d8ccc2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Changes

+3
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
2.097 2024-12-09
2+
- reissue with corrected package name
3+
14
2.096 2024-12-09
25
- split out from PDL 2.095

Fit.pm

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
package PDL::GSL;
1+
package PDL::Fit;
22

33
use strict;
44
use warnings;
55

6-
our $VERSION = '2.096';
6+
our $VERSION = '2.097';
77

88
=head1 NAME
99

0 commit comments

Comments
 (0)