diff --git a/CHANGELOG.md b/CHANGELOG.md index 33e5e83d..0c1d492d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ +## v0.25.4 (2022-06-15) + +### Fix + +- **scripts**: fix last valid frame getting to support experiment videos + ## v0.25.3 (2022-06-15) ### Refactor diff --git a/pyproject.toml b/pyproject.toml index b83a4d01..65de1285 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "boiling-learning" -version = "0.25.3" +version = "0.25.4" description = "Deep learning models for phase-change quantification and classification." authors = [ {name = "Ruan Comelli", email = "ruancomelli@gmail.com"} @@ -163,5 +163,5 @@ plugins = [ [tool.commitizen] tag_format = "v$major.$minor.$patch$prerelease" update_changelog_on_bump = true -version = "0.25.3" +version = "0.25.4" version_files = ["pyproject.toml:version"]