Skip to content

Commit

Permalink
Bump version to v0.3.0-rust and 0.2.1-python
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan-wanna-M committed Jul 31, 2024
1 parent 1944c28 commit 3ad52a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
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.0"
version = "0.2.1"
dependencies = ["numpy"]
requires-python = ">=3.7"
classifiers = [
Expand Down

0 comments on commit 3ad52a3

Please sign in to comment.