From 8ef0607b447f361d052db26372319e8122c5365b Mon Sep 17 00:00:00 2001 From: Minki Kim Date: Sun, 31 Dec 2023 23:51:47 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20release=20version=200.8.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index db1c24e..28e30dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyrb" -version = "0.8.8" +version = "0.8.9" description = "Python Rebalancer" authors = ["Minki Kim "] readme = "README.md"