From 4f0531638b861ceabd3c6d27a62c7f4a3857a2e9 Mon Sep 17 00:00:00 2001 From: p6steve <40125330+p6steve@users.noreply.github.com> Date: Wed, 25 Jan 2023 20:11:15 +0000 Subject: [PATCH] bump to v0.0.2 --- lib/Dan/Polars/Containers.rakumod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Dan/Polars/Containers.rakumod b/lib/Dan/Polars/Containers.rakumod index d788cfc..0fbaaac 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.1>:auth; +unit module Dan::Polars::Containers:ver<0.0.2>:auth; use NativeCall;