From 788b7978481ce598f98a616bc37c84e5f9c22e13 Mon Sep 17 00:00:00 2001 From: Huanghe Date: Wed, 11 Sep 2024 21:58:25 -0500 Subject: [PATCH] Bump version to `v0.5.4-rust` and `v0.3.10-python` --- Cargo.toml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0a7d8c5..d088ea3 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.5.3" +version = "0.5.4" [lib] name = "kbnf" crate-type = ["cdylib", "rlib"] diff --git a/pyproject.toml b/pyproject.toml index 1f69004..cd29a96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ python-source = "python" features = ["python"] [project] name = "kbnf" -version = "0.3.9" +version = "0.3.10" dependencies = ["numpy"] requires-python = ">=3.7" classifiers = [