Skip to content

Commit

Permalink
0.9.0
Browse files Browse the repository at this point in the history
0.9.0 [skip ci]
  • Loading branch information
actions-user authored and github-actions committed May 1, 2023
1 parent bdc6283 commit 5394fcb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v0.9.0 (2023-05-01)
### Feature
* Fix rounding ([`3198e9b`](https://github.com/iandday/whichPlates/commit/3198e9b88b3b59979556dc6088ec9f539b4041cd))

## v0.8.0 (2023-04-30)
### Feature
* Fixed math issue ([`364cb3c`](https://github.com/iandday/whichPlates/commit/364cb3ccdd5be0ba9837bf1ccb749aff79d9a2e9))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "which_plates"
version = "0.8.0"
version = "0.9.0"
description = ""
authors = ["Ian Day <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/which_plates/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
"calc_plates",
"main",
]
__version__ = "0.8.0"
__version__ = "0.9.0"

0 comments on commit 5394fcb

Please sign in to comment.