From 1d80cf04827f8b42264b8932585d1e83e7a08d65 Mon Sep 17 00:00:00 2001 From: universalmind303 Date: Mon, 8 Jan 2024 09:26:15 -0600 Subject: [PATCH] bump version --- .DS_Store | Bin 0 -> 8196 bytes Cargo.toml | 4 ++-- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..3e0c1258dc726a6c7916c8a70bb9e725797aefd3 GIT binary patch literal 8196 zcmeHMJ!lj`6n=ZVcb*Y~mBvOkwt{dV7)0a@r(hR|g@0hY%W)UT-G<~MY9U)#3R);) zmo7GfVA5z>g%mcLLM%kVDwSX%>HOyBcHi9Wo~iu7nPcZ&_I)$&n{Q@z?rn(3n_Ql) z5RDO08JDp8_o2!t!Y?kX6!e|rupZhIwJ4fzRi+zJXTd_d8%_bIfK$LJ;1qBQ{0$1= z%oe4bbM7mztDOQ)f&Wqg@q7qz30u`RR#rYbP{|YkHo$FJ@Ev)8Y!hl*)izdEHbtK* zd+>BqPp253Y7T!W;ILI~V`Wuy@>Fy3bYxFwD4vXtcAHBf^X=W_VnXYo0h50qZ3VZYy{`9y_#q+&`&2yndGB5 zAEF0>PZ4}>$@%DVE`>|)@0(uEV}0x8*P}hD1#8baWFvU|LUT&QFX5Tn1A_%>(h_Gt z6D&Q;Jn8^Rn=D+{n zWp57V6mSasiwbx_ZMrrI=3Wkak!y#zW^jojaIvzo2`T{*_hmW`oBYEN-$U)IY8xvH t56T~U5s-1N*OHuN*tyQnz+pJ!T#_U0pYp~z=+1xqGH~a=S|Go({t0$G6EFY( literal 0 HcmV?d00001 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 f08c7a9e0..8153f3008 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",