From c54888511b50f3a7636e817b13bc479e91106cea Mon Sep 17 00:00:00 2001 From: universalmind303 Date: Thu, 7 Mar 2024 15:58:39 -0600 Subject: [PATCH] 0.9.0 release --- Cargo.toml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e10910796..4a71fb7ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nodejs-polars" -version = "0.8.4" +version = "0.9.0" authors = ["Cory Grinstead"] documentation = "https://pola-rs.github.io/polars-book/" edition = "2021" diff --git a/package.json b/package.json index 176cd8928..753365880 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodejs-polars", - "version": "0.8.4", + "version": "0.9.0", "repository": "https://github.com/pola-rs/nodejs-polars.git", "license": "MIT", "main": "bin/index.js",