Skip to content

Commit

Permalink
build: bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Nov 8, 2023
1 parent 9ca0ca6 commit afee911
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deepsea_ai/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env python
__version__ = "1.24.8"
__version__ = "1.24.9"
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# DeepSeaAI Changelog

## [1.24.9](https://github.com/mbari-org/deepsea-ai/compare/v1.24.8...v1.24.9) (2023-11-08)


### Bug Fixes

* change scale in to the longest expected processing time of 2 hours for scale-in protection in cases with just one instance, one video ([886e17b](https://github.com/mbari-org/deepsea-ai/commit/886e17b8f69ec478f11a33cec19c4b8b4d3d0bda))

## [1.24.8](https://github.com/mbari-org/deepsea-ai/compare/v1.24.7...v1.24.8) (2023-11-08)


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 = "deepsea-ai"
version = "1.24.8"
version = "1.24.9"
description = "DeepSeaAI is a Python package to simplify processing deep sea video in AWS from a command line."
authors = ["Danelle Cline <dcline@mbari.org>", "Duane Edgington <duane@mbari.org>"]
repository = "https://github.com/mbari-org/deepsea-ai"
Expand Down

0 comments on commit afee911

Please sign in to comment.