Skip to content

Commit efb21fe

Browse files
authored
bump version (#1134)
1 parent fdc19b3 commit efb21fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sahi"
3-
version = "0.11.21"
3+
version = "0.11.22"
44
readme = "README.md"
55
description = "A vision library for performing sliced inference on large images/small objects"
66
requires-python = ">=3.8"

sahi/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.11.21"
1+
__version__ = "0.11.22"
22

33
from sahi.annotation import BoundingBox, Category, Mask
44
from sahi.auto_model import AutoDetectionModel

0 commit comments

Comments
 (0)