Skip to content

Commit

Permalink
chore: bump version (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
Smirkey authored Feb 24, 2024
1 parent 43623e7 commit db09f08
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 8 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.1"
version = "0.2.2"
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.1"
__version__ = "0.2.2"

T = TypeVar(
"T",
Expand Down
1 change: 1 addition & 0 deletions bindings/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ numpy
pytest-cov
pillow
maturin
pre-commit
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.1"
version = "0.2.2"
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.1"
//! powerboxesrs = "0.2.2"
//! ```
//!
//! ## Usage
Expand Down
2 changes: 0 additions & 2 deletions powerboxesrs/src/tiou.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
use std::vec;

use ndarray::Array2;
use num_traits::{Num, ToPrimitive};

Expand Down

0 comments on commit db09f08

Please sign in to comment.