diff --git a/Cargo.toml b/Cargo.toml index d98bb72a..6faef11f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nodejs-polars" -version = "0.7.4" +version = "0.8.0" authors = ["Cory Grinstead"] documentation = "https://pola-rs.github.io/polars-book/" edition = "2021" diff --git a/package.json b/package.json index 4f9831c0..ce9908c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodejs-polars", - "version": "0.7.4", + "version": "0.8.0", "repository": "https://github.com/pola-rs/nodejs-polars.git", "license": "SEE LICENSE IN LICENSE", "main": "bin/index.js",