From 2e7bfc55c85909ac6f6e5a01e347deb8c25fa676 Mon Sep 17 00:00:00 2001 From: Jerome Blin <62477237+blinjrm@users.noreply.github.com> Date: Wed, 21 Sep 2022 21:50:29 +0200 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e575899..1959afc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "detection_datasets" -version = "0.3.0" +version = "0.3.1" description = "Easily load and transform datasets for object detection" authors = ["Jerome Blin "] license = "MIT"