Skip to content

Commit aea82a7

Browse files
committed
bump: version 0.34.12 → 0.34.13
1 parent 3cbe70f commit aea82a7

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11

22

3+
## v0.34.13 (2022-08-17)
4+
5+
### Refactor
6+
7+
- **preprocessing/image**: replace `skimage` downscale with TF
8+
39
## v0.34.12 (2022-08-17)
410

511
## v0.34.11 (2022-08-17)

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "boiling-learning"
3-
version = "0.34.12"
3+
version = "0.34.13"
44
description = "Deep learning models for phase-change quantification and classification."
55
authors = [
66
{name = "Ruan Comelli", email = "ruancomelli@gmail.com"}
@@ -148,5 +148,5 @@ plugins = [
148148
[tool.commitizen]
149149
tag_format = "v$major.$minor.$patch$prerelease"
150150
update_changelog_on_bump = true
151-
version = "0.34.12"
151+
version = "0.34.13"
152152
version_files = ["pyproject.toml:version"]

0 commit comments

Comments
 (0)