Skip to content

Commit

Permalink
bump to v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
librasteve committed Jun 2, 2023
1 parent 59daafe commit 1e6604a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions META6.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Dan::Polars",
"description": "Bridge Dan to Rust Polars",
"version": "0.0.2",
"version": "0.0.3",
"perl": "6.d",
"authors": [
"librasteve"
Expand Down Expand Up @@ -31,4 +31,4 @@
],
"api": "1",
"source-url": "git://github.com/librasteve/raku-dan-polars.git"
}
}
2 changes: 1 addition & 1 deletion lib/Dan/Polars.rakumod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
unit module Dan::Polars:ver<0.0.2>:auth<Steve Roe ([email protected])>;
unit module Dan::Polars:ver<0.0.3>:auth<Steve Roe ([email protected])>;

use Dan;
use Dan::Polars::Containers;
Expand Down
2 changes: 1 addition & 1 deletion lib/Dan/Polars/Containers.rakumod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
unit module Dan::Polars::Containers:ver<0.0.2>:auth<Steve Roe ([email protected])>;
unit module Dan::Polars::Containers:ver<0.0.3>:auth<Steve Roe ([email protected])>;

use NativeCall;

Expand Down

0 comments on commit 1e6604a

Please sign in to comment.