From eee1663a0b5e5b17fdb16d439eff9a6652907a17 Mon Sep 17 00:00:00 2001 From: Apache Pinot Python Library PyPI Release Bot Date: Sat, 13 Jul 2024 16:37:25 +0000 Subject: [PATCH] Update version to pinotdb 5.4.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 12b6363..5d9578e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pinotdb" -version = "5.3.0" +version = "5.4.0" description = "Python DB-API and SQLAlchemy dialect for Pinot." authors = ["Beto Dealmeida ", "Devesh Agrawal ", "Xiang Fu ", "Rong Rong "] license = "MIT"