Skip to content

Commit

Permalink
bump: version 0.30.17 → 0.30.18
Browse files Browse the repository at this point in the history
  • Loading branch information
ruancomelli committed Jul 6, 2022
1 parent 382e4e6 commit b039559
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@


## v0.30.18 (2022-07-06)

### Refactor

- **automl/tuners**: log max model size for easier tracking
- **automl/tuners**: log max model size for easier tracking

## v0.30.17 (2022-07-05)

### Feat
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "boiling-learning"
version = "0.30.17"
version = "0.30.18"
description = "Deep learning models for phase-change quantification and classification."
authors = [
{name = "Ruan Comelli", email = "[email protected]"}
Expand Down Expand Up @@ -148,5 +148,5 @@ plugins = [
[tool.commitizen]
tag_format = "v$major.$minor.$patch$prerelease"
update_changelog_on_bump = true
version = "0.30.17"
version = "0.30.18"
version_files = ["pyproject.toml:version"]

0 comments on commit b039559

Please sign in to comment.