From a90362642a84c337f52fc2a332758efd249509b6 Mon Sep 17 00:00:00 2001 From: Huanghe Date: Fri, 9 Aug 2024 18:42:55 -0500 Subject: [PATCH] Bump version to 'v0.3.4' and 'v0.2.5' --- Cargo.toml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9c4cda4..8fb512f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ keywords = [ license = "MIT OR Apache-2.0" name = "kbnf" repository = "https://github.com/Dan-Wanna-M/kbnf" -version = "0.3.3" +version = "0.3.4" [lib] name = "kbnf" crate-type = ["cdylib", "rlib"] diff --git a/pyproject.toml b/pyproject.toml index abf87b0..c5b9772 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ python-source = "python" features = ["python"] [project] name = "kbnf" -version = "0.2.4" +version = "0.2.5" dependencies = ["numpy"] requires-python = ">=3.7" classifiers = [