We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d68884 commit aec4d1cCopy full SHA for aec4d1c
CHANGELOG.md
@@ -1,5 +1,7 @@
1
2
3
+## v0.34.32 (2022-10-01)
4
+
5
## v0.34.31 (2022-10-01)
6
7
### Refactor
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 = [
150
[tool.commitizen]
151
tag_format = "v$major.$minor.$patch$prerelease"
152
update_changelog_on_bump = true
153
154
version_files = ["pyproject.toml:version"]
155
156
[tool.pylint.main]
0 commit comments