diff --git a/Cargo.toml b/Cargo.toml index 26dc0b1b2..a11cd656d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nodejs-polars" -version = "0.8.3" +version = "0.8.4" 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 2972688a4..a14024297 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodejs-polars", - "version": "0.8.3", + "version": "0.8.4", "repository": "https://github.com/pola-rs/nodejs-polars.git", "license": "MIT", "main": "bin/index.js",