Skip to content

Commit

Permalink
πŸ”– release version 0.8.12 (#78)
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) package from 0.8.11 to 0.8.12 in the `pyproject.toml` file.
> 
> ## What changed
> The only change in this pull request is the version number of the pyrb package. The version has been incremented from 0.8.11 to 0.8.12.
> 
> ```diff
> -version = "0.8.11"
> +version = "0.8.12"
> ```
> 
> ## How to test
> To test this change, you can follow these steps:
> 
> 1. Pull the changes from this branch into your local environment.
> 2. Run `poetry install` to install the updated package.
> 3. Verify the installed package version by running `poetry show pyrb`.
> 
> ## Why make this change
> This change is necessary to release the new version of the pyrb package. The new version includes all the changes and improvements made since the last release (0.8.11). By incrementing the version number, we can distribute these updates to the users.
</details>
  • Loading branch information
mingi3314 authored Jan 2, 2024
1 parent 94a2ae6 commit 3d033c6
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.11"
version = "0.8.12"
description = "Python Rebalancer"
authors = ["Minki Kim <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 3d033c6

Please sign in to comment.