From ec1440b5170786073d471722225e3004ea6ca487 Mon Sep 17 00:00:00 2001 From: universalmind303 Date: Tue, 9 May 2023 09:11:21 -0500 Subject: [PATCH] 0.7.4 release --- Cargo.toml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b0e3f4aaa..9b23525f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nodejs-polars" -version = "0.7.3" +version = "0.7.4" authors = ["Cory Grinstead"] documentation = "https://pola-rs.github.io/polars-book/" edition = "2021" diff --git a/package.json b/package.json index 58171f460..d6edd668b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodejs-polars", - "version": "0.7.3", + "version": "0.7.4", "repository": "https://github.com/pola-rs/nodejs-polars.git", "license": "SEE LICENSE IN LICENSE", "main": "bin/index.js",