From a6a4df3aec243f7c5f690c985b53c6e117e6a9d0 Mon Sep 17 00:00:00 2001
From: Minki Kim <68267535+mingi3314@users.noreply.github.com>
Date: Mon, 18 Mar 2024 00:29:33 +0900
Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20release=20version=200.9.6=20(#10?=
=?UTF-8?q?6)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
Generated summary (powered by Graphite)
> ## 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 "]
> 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.
---
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index 5a75fb0..28243ef 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyrb"
-version = "0.9.5"
+version = "0.9.6"
description = "Python Rebalancer"
authors = ["Minki Kim "]
readme = "README.md"