From 8f9e6d356c6e3543eab5f8558f3e8dafaf131221 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 5 Sep 2024 16:02:18 +0000 Subject: [PATCH] 0.6.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ aipipeline/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d63d0f3..9531498 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## v0.6.0 (2024-09-05) + +### Feature + +* feat: export confused predictions and comments to a csv for further processing ([`9457a3b`](https://github.com/mbari-org/aipipeline/commit/9457a3bf038675a8bd8399b98e63ec1447f01380)) + ## v0.5.0 (2024-09-05) ### Feature diff --git a/aipipeline/__init__.py b/aipipeline/__init__.py index 33d6eba..3e5eaaa 100644 --- a/aipipeline/__init__.py +++ b/aipipeline/__init__.py @@ -1,2 +1,2 @@ # aipipeline/__init__.py -__version__ = "0.5.0" +__version__ = "0.6.0"