diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 930cf0f..857973b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.0.3" + ".": "3.0.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index da245b7..3ab884d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.4](https://github.com/BKDDFS/PerfectFrameAI/compare/v3.0.3...v3.0.4) (2026-02-10) + + +### Bug Fixes + +* set Dependabot target branch to dev ([#87](https://github.com/BKDDFS/PerfectFrameAI/issues/87)) ([ab5e902](https://github.com/BKDDFS/PerfectFrameAI/commit/ab5e902cd1866507791bc6705c93a813b038c39c)) + ## [3.0.3](https://github.com/BKDDFS/PerfectFrameAI/compare/v3.0.2...v3.0.3) (2026-02-09) diff --git a/pyproject.toml b/pyproject.toml index 1996173..7244798 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "PerfectFrameAI" -version = "3.0.3" +version = "3.0.4" description = "AI tool for finding the most aesthetic frames in a video. 🎞️➜🖼️" authors = [ {name = "Bartłomiej Flis", email = "Bartekdawidflis@gmail.com"}