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