From c473f7ea715b0f8108c729f9684c4183123526ed Mon Sep 17 00:00:00 2001 From: Apache Pinot Python Library PyPI Release Bot Date: Sun, 14 Jul 2024 11:44:10 +0000 Subject: [PATCH] Update version to pinotdb 5.6.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a004d32..e8e2b2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pinotdb" -version = "5.5.0" +version = "5.6.0" description = "Python DB-API and SQLAlchemy dialect for Pinot." authors = ["Beto Dealmeida ", "Devesh Agrawal ", "Xiang Fu ", "Rong Rong "] license = "MIT"