From 563983217b71aec42f97e35e5f43dec4423f6bc6 Mon Sep 17 00:00:00 2001 From: universalmind303 Date: Fri, 1 Mar 2024 09:35:30 -0600 Subject: [PATCH] bump version --- Cargo.toml | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e657841d2..4fe2a4ff4 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" @@ -103,4 +103,4 @@ lto = "fat" [features] default = ["range"] -range = ["polars-lazy/range"] \ No newline at end of file +range = ["polars-lazy/range"] 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",