From 90f64c36f38c79870dd78cc89a12703d6507aec4 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Thu, 14 Nov 2024 20:31:35 +0000 Subject: [PATCH] 0.3.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ biotrack/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 826eabc..f491b54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ # CHANGELOG +## v0.3.0 (2024-11-14) + + ## v0.2.1 (2024-11-14) +### Features + +- Return scores with other data for video overlay or output + ([`379e719`](https://github.com/mbari-org/biotrack/commit/379e71901cfdd6a7f30f7314bd83c2fe05538262)) + ## v0.2.0 (2024-11-14) diff --git a/biotrack/__init__.py b/biotrack/__init__.py index 6f5647e..ad6978f 100644 --- a/biotrack/__init__.py +++ b/biotrack/__init__.py @@ -1,2 +1,2 @@ # biotrack/__init__.py -__version__ = "0.2.1" \ No newline at end of file +__version__ = "0.3.0" \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 8ddfe3f..3af94f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "biotrack" -version = "0.2.1" +version = "0.3.0" description = "Tracker based on BioClip and CoTracker3 developed by MBARI" authors = ["danellecline "] license = "Apache"