Skip to content

Commit

Permalink
bump: version 0.16.2 → 0.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ruancomelli committed Nov 16, 2021
1 parent 343da66 commit c89a280
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.16.3 (2021-11-16)

### Fix

- **datasets/creators**: avoid forwarding `num_shards` and `snapshot_path` to `experiment_video_dataset_creator` when `as_tensors=False`

## v0.16.2 (2021-11-16)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.16.2
0.16.3
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ plugins = [
[tool.commitizen]
tag_format = "v$major.$minor.$patch$prerelease"
update_changelog_on_bump = true
version = "0.16.2"
version = "0.16.3"
version_files = [
"VERSION",
"pyproject.toml:version"
]

[tool.poetry]
name = "boiling-learning"
version = "0.16.2"
version = "0.16.3"
description = "Deep learning models for phase-change quantification and classification."
authors = ["Ruan Comelli <ruancomelli@gmail.com>"]
readme = "README.md"
Expand Down

0 comments on commit c89a280

Please sign in to comment.