From f494be169b464184d4c6942359c5e4ca280b2fad Mon Sep 17 00:00:00 2001 From: Huanghe Date: Sat, 10 Aug 2024 15:48:55 -0500 Subject: [PATCH] Remove println! --- Cargo.toml | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 508b1fb..10b7a13 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.5" +version = "0.3.6" [lib] name = "kbnf" crate-type = ["cdylib", "rlib"] @@ -22,7 +22,7 @@ crate-type = ["cdylib", "rlib"] ahash = { version = "0.8.11", features = ["serde"] } getrandom = { version = "0.2" } thiserror = "1.0.61" -kbnf-syntax = "0.1.8" +kbnf-syntax = "0.1.9" num = "0.4.3" jaggedarray = "0.2.11" string-interner = "0.17.0" diff --git a/pyproject.toml b/pyproject.toml index 8bcc9e0..dc01d7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ python-source = "python" features = ["python"] [project] name = "kbnf" -version = "0.2.6" +version = "0.2.7" dependencies = ["numpy"] requires-python = ">=3.7" classifiers = [