Skip to content

Commit

Permalink
Fix except! escape problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan-wanna-M committed Aug 7, 2024
1 parent f00296b commit 0ff27da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ keywords = [
license = "MIT OR Apache-2.0"
name = "kbnf"
repository = "https://github.com/Dan-Wanna-M/kbnf"
version = "0.3.2"
version = "0.3.3"
[lib]
name = "kbnf"
crate-type = ["cdylib", "rlib"]
[dependencies]
ahash = { version = "0.8.11", features = ["serde"] }
getrandom = { version = "0.2" }
thiserror = "1.0.61"
kbnf-syntax = "0.1.5"
kbnf-syntax = "0.1.6"
num = "0.4.3"
jaggedarray = "0.2.11"
string-interner = "0.17.0"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ python-source = "python"
features = ["python"]
[project]
name = "kbnf"
version = "0.2.3"
version = "0.2.4"
dependencies = ["numpy"]
requires-python = ">=3.7"
classifiers = [
Expand Down

0 comments on commit 0ff27da

Please sign in to comment.