diff --git a/CHANGELOG.md b/CHANGELOG.md index 83c2164..576b397 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## v1.10.3 (2024-09-03) + +### Fix + +* fix: do not load the last cluster in exemplars ([`bbc3a9a`](https://github.com/mbari-org/sdcat/commit/bbc3a9a0fd73c1ef3852f19928c01c983c34d241)) + ## v1.10.2 (2024-08-22) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 0e4bc3e..79f9b08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sdcat" -version = "1.10.2" +version = "1.10.3" description = "Sliced Detection and Clustering Analysis Toolkit - Developed by MBARI" authors = [ "Danelle Cline ", diff --git a/sdcat/__init__.py b/sdcat/__init__.py index 1efbb29..ef75b94 100644 --- a/sdcat/__init__.py +++ b/sdcat/__init__.py @@ -1,2 +1,2 @@ # sdcat/__init__.py -__version__ = "1.10.2" \ No newline at end of file +__version__ = "1.10.3" \ No newline at end of file