Skip to content

Commit

Permalink
bump: version 0.9.0 → 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ruancomelli committed Jul 14, 2021
1 parent 5feaca0 commit 243ddca
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v0.9.1 (2021-07-14)

### Fix

- **visualization**: fix image scaling when forwarding them to `cv2.imshow`

### Refactor

- **preprocessing**: remove old commented code from `ExperimentVideo` source file

## v0.9.0 (2021-07-14)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.0
0.9.1
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.9.0"
version = "0.9.1"
version_files = [
"VERSION",
]
Expand Down

0 comments on commit 243ddca

Please sign in to comment.