Skip to content

Commit

Permalink
bump: version 0.8.0 → 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ruancomelli committed Jul 14, 2021
1 parent 77b5c6b commit 6ae3671
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.8.1 (2021-07-13)

### Feat

- **preprocessing**: allow setting experiment video `start` and `end` in `VideoData`

## v0.8.0 (2021-07-12)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.0
0.8.1
8 changes: 0 additions & 8 deletions boiling_learning/model/_definitions/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +0,0 @@
from boiling_learning.model.definitions import (
HoboldNet1,
HoboldNet2,
HoboldNet3,
HoboldNetSupplementary,
KramerNet,
LinearRegression,
)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins = "numpy.typing.mypy_plugin"
[tool.commitizen]
tag_format = "v$major.$minor.$patch$prerelease"
update_changelog_on_bump = true
version = "0.8.0"
version = "0.8.1"
version_files = [
"VERSION",
]
Expand Down

0 comments on commit 6ae3671

Please sign in to comment.