Skip to content

Commit

Permalink
(Release) Added v0.0.19 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
ziqinyeow committed Jan 22, 2024
1 parent a076e83 commit 6341e6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"

[tool.poetry]
name = "juxtapose"
version = "0.0.18"
version = "0.0.19"
description = ""
authors = ["Zi Qin <ziqinyeow@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/juxtapose/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.18"
__version__ = "0.0.19"

from .rtm import RTM
from .detectors import GroundingDino, RTMDet, YOLOv8
Expand Down

0 comments on commit 6341e6a

Please sign in to comment.