Skip to content

Commit

Permalink
πŸ”– release version 0.8.9 (#66)
Browse files Browse the repository at this point in the history
---

<details open="true"><summary>Generated summary (powered by <a href="https://app.graphite.dev">Graphite</a>)</summary>

> ## TL;DR
> This pull request updates the version of the Python Rebalancer (pyrb) from 0.8.8 to 0.8.9 in the pyproject.toml file.
> 
> ## What changed
> The version of the pyrb in the pyproject.toml file was updated. The diff of the change is as follows:
> 
> ```diff
>  [tool.poetry]
>  name = "pyrb"
> -version = "0.8.8"
> +version = "0.8.9"
>  description = "Python Rebalancer"
>  authors = ["Minki Kim <[email protected]>"]
>  readme = "README.md"
> ```
> 
> ## How to test
> To test this change, you can pull the changes from this branch and check the version of the pyrb in the pyproject.toml file. It should be updated to 0.8.9.
> 
> ## Why make this change
> This change was made to update the version of the pyrb. This is important because it helps to keep track of the different versions of the project and the changes made in each version. It also helps users and contributors to know which version of the project they are using or contributing to.
</details>
  • Loading branch information
mingi3314 authored Dec 31, 2023
1 parent 9cb6469 commit 56db747
Showing 1 changed file with 1 addition and 1 deletion.
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 = "pyrb"
version = "0.8.8"
version = "0.8.9"
description = "Python Rebalancer"
authors = ["Minki Kim <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 56db747

Please sign in to comment.