Skip to content

Commit

Permalink
2.025
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Nov 19, 2020
1 parent fc8342f commit a3fe7c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Basic/Core/Core.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use PDL::Exporter;
require PDL; # for $VERSION
use DynaLoader;
our @ISA = qw( PDL::Exporter DynaLoader );
our $VERSION = '2.024';
our $VERSION = '2.025';
bootstrap PDL::Core $VERSION;
use PDL::Types ':All';
use Config;
Expand Down
2 changes: 1 addition & 1 deletion Basic/PDL.pm
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ start-up modules.


# set the version:
$PDL::VERSION = '2.024';
$PDL::VERSION = '2.025';

# Main loader of standard PDL package

Expand Down
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
2.025 2020-11-19
- fix spellings - thanks @sebastic

2.024 2020-09-17
Expand Down

0 comments on commit a3fe7c1

Please sign in to comment.