Skip to content

Commit

Permalink
Update project strucutre
Browse files Browse the repository at this point in the history
  • Loading branch information
migueLib committed Jul 31, 2024
1 parent 653b317 commit 185c680
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ pip install mask2bbox
## CLI

```bash
python isolate-cells -h
isolate-cells -h
isolate-cells-from-file -h
get-average-iou -h
```

## Usage
Expand Down
Empty file added mask2bbox/scripts/__init__.py
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion mask2bbox/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.20"
__version__ = "0.0.21"
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ build-backend = "setuptools.build_meta"

[project]
name = "mask2bbox"
version = "0.0.20"
version = "0.0.21"
authors = [
{ name="Miguel A. Ibarra-Arellano", email="[email protected]"},
]
license = {text = "AGPL-3.0-or-later"}
description = "Gets the bounding boxes from a mask file."
readme = "README.md"
requires-python = ">=3.9"
Expand Down

0 comments on commit 185c680

Please sign in to comment.