Skip to content

Commit

Permalink
chore: bump version (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
Smirkey committed May 27, 2024
1 parent f9e08fd commit f18079d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bindings/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bindings/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ description = "Utility functions to manipulate and compute metrics on boxes"
homepage = "https://smirkey.github.io/powerboxes/"
documentation = "https://smirkey.github.io/powerboxes/"
repository = "https://github.com/Smirkey/powerboxes"
version = "0.2.2"
version = "0.2.3"
dependencies = ["numpy"]

[tool.maturin]
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/powerboxes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"uint32",
"uint64",
]
__version__ = "0.2.2"
__version__ = "0.2.3"

T = TypeVar(
"T",
Expand Down
2 changes: 1 addition & 1 deletion powerboxesrs/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion powerboxesrs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "powerboxesrs"
version = "0.2.2"
version = "0.2.3"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion powerboxesrs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
//!
//! ```toml
//! [dependencies]
//! powerboxesrs = "0.2.2"
//! powerboxesrs = "0.2.3"
//! ```
//!
//! ## Usage
Expand Down

0 comments on commit f18079d

Please sign in to comment.