From f7daf06e8951b59e9e146574af5b6fd6ed29c53a Mon Sep 17 00:00:00 2001 From: Minki Kim <68267535+mingi3314@users.noreply.github.com> Date: Sun, 14 Apr 2024 15:56:30 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20release=20version=200.10.0=20(#1?= =?UTF-8?q?13)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### TL;DR Update the version of PyRB from 0.9.7 to 0.10.0 ### What changed? The version in `pyproject.toml` is updated in this pull request. ### How to test? Verify the version number in `pyproject.toml` matches with the version specified in this PR. ### Why make this change? The version bump is likely due to new features, improvements, or bugfixes in the application that warrant a new release. --- --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index e887a1f..e92f4da 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyrb" -version = "0.9.7" +version = "0.10.0" description = "Python Rebalancer" authors = ["Minki Kim "] readme = "README.md"