Skip to content

Commit

Permalink
1.10.5
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Sep 13, 2024
1 parent 645e979 commit a64f12b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion sdcat/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# sdcat/__init__.py
__version__ = "1.10.4"
__version__ = "1.10.5"

0 comments on commit a64f12b

Please sign in to comment.