From 5266b0ac6fa5c35b0458bca9fd0977a457b4a049 Mon Sep 17 00:00:00 2001 From: universalmind303 Date: Wed, 6 Sep 2023 20:11:22 -0500 Subject: [PATCH] ci: minor release --- Cargo.toml | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 50e69eea5..8ba6f0e5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nodejs-polars" -version = "0.8.1" +version = "0.8.2" authors = ["Cory Grinstead"] documentation = "https://pola-rs.github.io/polars-book/" edition = "2021" diff --git a/package.json b/package.json index 42589ca34..bc5de558b 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "nodejs-polars", - "version": "0.8.1", + "version": "0.8.2", "repository": "https://github.com/pola-rs/nodejs-polars.git", - "license": "SEE LICENSE IN LICENSE", + "license": "MIT", "main": "bin/index.js", "files": [ "bin"