From 79b916d5f84b1beb3f9a99d5251de39e202e3486 Mon Sep 17 00:00:00 2001 From: Ruan Comelli Date: Sun, 26 Jun 2022 23:08:16 -0300 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.30.1=20=E2=86=92=200.30.2?= 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 f78be687..5b360b04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ +## v0.30.2 (2022-06-26) + +### Fix + +- **automl/tuning**: default batch size to `32` + ## v0.30.1 (2022-06-26) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 6ed997db..589860c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "boiling-learning" -version = "0.30.1" +version = "0.30.2" description = "Deep learning models for phase-change quantification and classification." authors = [ {name = "Ruan Comelli", email = "ruancomelli@gmail.com"} @@ -149,5 +149,5 @@ plugins = [ [tool.commitizen] tag_format = "v$major.$minor.$patch$prerelease" update_changelog_on_bump = true -version = "0.30.1" +version = "0.30.2" version_files = ["pyproject.toml:version"]