diff --git a/Cargo.toml b/Cargo.toml index 7f9f4c30..92015397 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nodejs-polars" -version = "0.7.0-alpha.3" +version = "0.7.1" authors = ["Cory Grinstead"] documentation = "https://pola-rs.github.io/polars-book/" edition = "2021" diff --git a/package.json b/package.json index 8b16e1cc..e13a488b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodejs-polars", - "version": "0.7.0-alpha.2", + "version": "0.7.1", "repository": "https://github.com/pola-rs/nodejs-polars.git", "license": "SEE LICENSE IN LICENSE", "main": "bin/index.js",