diff --git a/Cargo.toml b/Cargo.toml index 50e69eea..8ba6f0e5 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 42589ca3..bc5de558 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"