diff --git a/CHANGELOG.md b/CHANGELOG.md index 416d029..08ca056 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## v1.10.5 (2024-09-13) + +### Fix + +* fix: minor fix to correct debug statement and correct order arg for cluster ([`645e979`](https://github.com/mbari-org/sdcat/commit/645e9790909496e8f3a385174270bb70f069a165)) + ## v1.10.4 (2024-09-05) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 248db40..998d7d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sdcat" -version = "1.10.4" +version = "1.10.5" description = "Sliced Detection and Clustering Analysis Toolkit - Developed by MBARI" authors = [ "Danelle Cline ", diff --git a/sdcat/__init__.py b/sdcat/__init__.py index 366b3ee..9cc0b23 100644 --- a/sdcat/__init__.py +++ b/sdcat/__init__.py @@ -1,2 +1,2 @@ # sdcat/__init__.py -__version__ = "1.10.4" \ No newline at end of file +__version__ = "1.10.5" \ No newline at end of file