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 = [