diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bae8dcb..1d7cc5c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ +## v0.34.32 (2022-10-01) + ## v0.34.31 (2022-10-01) ### Refactor diff --git a/pyproject.toml b/pyproject.toml index 28e4a81c..b909caf7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "boiling-learning" -version = "0.34.31" +version = "0.34.32" description = "Deep learning models for phase-change quantification and classification." authors = [ {name = "Ruan Comelli", email = "ruancomelli@gmail.com"} @@ -150,7 +150,7 @@ plugins = [ [tool.commitizen] tag_format = "v$major.$minor.$patch$prerelease" update_changelog_on_bump = true -version = "0.34.31" +version = "0.34.32" version_files = ["pyproject.toml:version"] [tool.pylint.main]