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