From 3ad52a38d7c60ddb67d3ec0500c62e97cd348ba1 Mon Sep 17 00:00:00 2001 From: Huanghe Date: Tue, 30 Jul 2024 22:53:00 -0500 Subject: [PATCH] Bump version to `v0.3.0-rust` and `0.2.1-python` --- Cargo.toml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d7718d3..1a3a458 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.2.0" +version = "0.3.0" [lib] name = "kbnf" crate-type = ["cdylib", "rlib"] diff --git a/pyproject.toml b/pyproject.toml index e9daa5d..6878ed7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ python-source = "python" features = ["python"] [project] name = "kbnf" -version = "0.2.0" +version = "0.2.1" dependencies = ["numpy"] requires-python = ">=3.7" classifiers = [