Skip to content

Commit

Permalink
2.30
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Jul 29, 2024
1 parent b164a07 commit 76f253d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2.30 2024-07-29
- restructure .pm under "lib", CI and doc tweaks

2.29 2024-03-24
- incorporate PDL XS code into the XS, and the PDL modules so all under one roof

Expand Down
2 changes: 1 addition & 1 deletion lib/PGPLOT.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;
use Exporter;
use DynaLoader;

our $VERSION="2.29";
our $VERSION="2.30";

our @ISA = qw(Exporter DynaLoader);
our @EXPORT = qw( pgarro pgask pgaxis pgband pgbbuf pgbeg pgbegin pgbin pgbox
Expand Down

0 comments on commit 76f253d

Please sign in to comment.