From 093d4967b3da6e39a8239bf13155587d5941fe99 Mon Sep 17 00:00:00 2001 From: Cory Grinstead Date: Wed, 12 Jun 2024 14:01:58 -0500 Subject: [PATCH] 0.13.0 release (#228) --- Cargo.toml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bbce8a0a9..b5df388d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nodejs-polars" -version = "0.12.3" +version = "0.13.0" authors = ["Cory Grinstead"] documentation = "https://pola-rs.github.io/polars-book/" edition = "2021" diff --git a/package.json b/package.json index 8a4e089a7..6f6f0733f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodejs-polars", - "version": "0.12.3", + "version": "0.13.0", "repository": "https://github.com/pola-rs/nodejs-polars.git", "license": "MIT", "main": "bin/index.js",