From 5d1f35a01efd00db7246d72d5cc586e568a07ee6 Mon Sep 17 00:00:00 2001 From: universalmind303 Date: Mon, 3 Feb 2025 15:22:20 -0600 Subject: [PATCH] bump version --- Cargo.toml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 29806212..bbb01163 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nodejs-polars" -version = "0.17.0" +version = "0.18.0" authors = ["Cory Grinstead"] documentation = "https://pola-rs.github.io/polars-book/" edition = "2021" diff --git a/package.json b/package.json index 3cdfbf71..8b1d99fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodejs-polars", - "version": "0.17.0", + "version": "0.18.0", "repository": "https://github.com/pola-rs/nodejs-polars.git", "license": "MIT", "main": "bin/index.js",