Skip to content

Commit

Permalink
1.10.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Sep 3, 2024
1 parent bbc3a9a commit 1d15d3d
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.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
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.2"
version = "1.10.3"
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.2"
__version__ = "1.10.3"

0 comments on commit 1d15d3d

Please sign in to comment.