From a0e8c214d33482bc8bcdd82a75fd12eab11e9922 Mon Sep 17 00:00:00 2001 From: Apache Pinot Python Library PyPI Release Bot Date: Thu, 22 Feb 2024 23:02:12 +0000 Subject: [PATCH] Update version to pinotdb 5.1.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1a41aa2..a7cf323 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pinotdb" -version = "5.1.2" +version = "5.1.3" description = "Python DB-API and SQLAlchemy dialect for Pinot." authors = ["Beto Dealmeida ", "Devesh Agrawal ", "Xiang Fu ", "Rong Rong "] license = "MIT"