From f64addf7b72d540097df6df6ffd639f5c8ae9026 Mon Sep 17 00:00:00 2001 From: Ruan Comelli Date: Fri, 1 Jul 2022 11:36:36 -0300 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.30.7=20=E2=86=92=200.30.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f29c008..7d20ff89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ +## v0.30.8 (2022-07-01) + +### Fix + +- **model/model**: revert to using HDF5 files to save and load models + ## v0.30.7 (2022-07-01) ### Fix diff --git a/pyproject.toml b/pyproject.toml index abaf1929..ae789265 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "boiling-learning" -version = "0.30.7" +version = "0.30.8" 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.7" +version = "0.30.8" version_files = ["pyproject.toml:version"]