Skip to content

Commit

Permalink
build: bump version (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
blinjrm authored Jan 3, 2023
1 parent 25996d2 commit 38e422e
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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "detection_datasets"
version = "0.3.3"
version = "0.3.5"
description = "Easily load and transform datasets for object detection"
authors = ["Jerome Blin <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/detection_datasets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
from detection_datasets.detection_dataset import DetectionDataset
from detection_datasets.utils.hub import available_in_hub

__version__ = "0.3.4"
__version__ = "0.3.5"

__all__ = [Bbox, DetectionDataset, available_in_hub]

0 comments on commit 38e422e

Please sign in to comment.