From 32bd9df9f21826de16c3b7ea99c3dcb50c065c82 Mon Sep 17 00:00:00 2001 From: Ruan Comelli Date: Wed, 13 Jul 2022 22:37:19 -0300 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.33.0=20=E2=86=92=200.33.1?= 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 9012c6aa..2979eb5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ +## v0.33.1 (2022-07-13) + ## v0.33.0 (2022-07-13) ### Refactor diff --git a/pyproject.toml b/pyproject.toml index 0d0679aa..b611c1cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "boiling-learning" -version = "0.33.0" +version = "0.33.1" 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.33.0" +version = "0.33.1" version_files = ["pyproject.toml:version"]