From 1e6604a59b1c23607667bafa4ca32eab6d93d645 Mon Sep 17 00:00:00 2001 From: librasteve Date: Fri, 2 Jun 2023 11:17:17 +0000 Subject: [PATCH] bump to v0.0.3 --- META6.json | 4 ++-- lib/Dan/Polars.rakumod | 2 +- lib/Dan/Polars/Containers.rakumod | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/META6.json b/META6.json index 2a5cf88..6a72b30 100644 --- a/META6.json +++ b/META6.json @@ -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" @@ -31,4 +31,4 @@ ], "api": "1", "source-url": "git://github.com/librasteve/raku-dan-polars.git" -} \ No newline at end of file +} diff --git a/lib/Dan/Polars.rakumod b/lib/Dan/Polars.rakumod index b81ea30..d537fd5 100644 --- a/lib/Dan/Polars.rakumod +++ b/lib/Dan/Polars.rakumod @@ -1,4 +1,4 @@ -unit module Dan::Polars:ver<0.0.2>:auth; +unit module Dan::Polars:ver<0.0.3>:auth; use Dan; use Dan::Polars::Containers; diff --git a/lib/Dan/Polars/Containers.rakumod b/lib/Dan/Polars/Containers.rakumod index 187b29f..70cf8e1 100644 --- a/lib/Dan/Polars/Containers.rakumod +++ b/lib/Dan/Polars/Containers.rakumod @@ -1,4 +1,4 @@ -unit module Dan::Polars::Containers:ver<0.0.2>:auth; +unit module Dan::Polars::Containers:ver<0.0.3>:auth; use NativeCall;