Skip to content

Commit

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

<details open><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) project from 0.9.5 to 0.9.6 in the `pyproject.toml` file.
> 
> ## What changed
> The only change in this pull request is the version number of the project. The version has been incremented from 0.9.5 to 0.9.6.
> 
> ```diff
>  [tool.poetry]
>  name = "pyrb"
> -version = "0.9.5"
> +version = "0.9.6"
>  description = "Python Rebalancer"
>  authors = ["Minki Kim <[email protected]>"]
>  readme = "README.md"
> ```
> 
> ## How to test
> Since this is a simple version update, no specific testing is required. However, you can verify the change by checking the `pyproject.toml` file and confirming that the version number is now 0.9.6.
> 
> ## Why make this change
> This change is necessary to reflect the new version of the project. This could be due to various reasons such as new features, bug fixes, or other improvements in the project. Updating the version number helps in maintaining the version history and tracking changes in the project.
</details>
  • Loading branch information
mingi3314 authored Mar 17, 2024
1 parent c817832 commit a6a4df3
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.9.5"
version = "0.9.6"
description = "Python Rebalancer"
authors = ["Minki Kim <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit a6a4df3

Please sign in to comment.