From 90c85b8180b0f4d57118eb2be89290802ccd2fc9 Mon Sep 17 00:00:00 2001 From: Ruan Comelli Date: Wed, 17 Aug 2022 20:27:11 -0300 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.34.11=20=E2=86=92=200.34.12?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 ++ pyproject.toml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d37ad725..a75329ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ +## v0.34.12 (2022-08-17) + ## v0.34.11 (2022-08-17) ### Refactor diff --git a/pyproject.toml b/pyproject.toml index e11a95ae..685075a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "boiling-learning" -version = "0.34.11" +version = "0.34.12" 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.34.11" +version = "0.34.12" version_files = ["pyproject.toml:version"]