From 6ee2f1184087e85bb51f102365d263298a7b424f Mon Sep 17 00:00:00 2001 From: Varun Gupta Date: Thu, 23 Jan 2025 12:57:55 -0800 Subject: [PATCH] Update version in aibrix/python to 0.2.0-rc.2 (#594) update version in aibrix/python --- python/aibrix/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/aibrix/pyproject.toml b/python/aibrix/pyproject.toml index 5353b403..1fde4136 100644 --- a/python/aibrix/pyproject.toml +++ b/python/aibrix/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aibrix" -version = "0.2.0-rc.1" +version = "0.2.0-rc.2" description = "AIBrix, the foundational building blocks for constructing your own GenAI inference infrastructure." authors = [ "AIBrix Authors "