From 47f9cd24e85ae36bd48db95da12decf4eaad7e28 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 18 Nov 2024 21:20:46 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.3.0=20=E2=86=92=201.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6883f9..cc35817 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.3.1 (2024-11-18) + +### Fix + +- switch from np.product to np.prod + ## 1.3.0 (2024-11-18) ### Feat diff --git a/pyproject.toml b/pyproject.toml index d2aea84..af02320 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "megham" -version = "1.3.0" +version = "1.3.1" authors = [{name="Saianeesh Keshav Haridas"}] description = "Tools for working with point clouds" readme = "README.md"