Skip to content

Commit b4b7ec5

Browse files
committed
(Release) Created v0.0.15
1 parent cd41468 commit b4b7ec5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
44

55
[tool.poetry]
66
name = "juxtapose"
7-
version = "0.0.14"
7+
version = "0.0.15"
88
description = ""
99
authors = ["Zi Qin <ziqinyeow@gmail.com>"]
1010
license = "MIT"

src/juxtapose/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.0.14"
1+
__version__ = "0.0.15"
22

33
from .rtm import RTM
44
from .detectors import GroundingDino, RTMDet, YOLOv8

0 commit comments

Comments
 (0)