diff --git a/CHANGELOG.md b/CHANGELOG.md index 95550204..5dac0de3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ +## v0.30.19 (2022-07-06) + +### Fix + +- **automl/tuners**: fix inheritance chain + ## v0.30.18 (2022-07-06) ### Refactor diff --git a/pyproject.toml b/pyproject.toml index 1bc4c7be..94ddfc0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "boiling-learning" -version = "0.30.18" +version = "0.30.19" description = "Deep learning models for phase-change quantification and classification." authors = [ {name = "Ruan Comelli", email = "ruancomelli@gmail.com"} @@ -148,5 +148,5 @@ plugins = [ [tool.commitizen] tag_format = "v$major.$minor.$patch$prerelease" update_changelog_on_bump = true -version = "0.30.18" +version = "0.30.19" version_files = ["pyproject.toml:version"]