We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 687db0e commit b5d6598Copy full SHA for b5d6598
CHANGELOG.md
@@ -1,5 +1,7 @@
1
2
3
+## v0.34.27 (2022-09-19)
4
+
5
## v0.34.26 (2022-09-19)
6
7
### Fix
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "boiling-learning"
-version = "0.34.26"
+version = "0.34.27"
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