From d1eeac6d1ed77f14b3b5eeae1e0241ab894a7159 Mon Sep 17 00:00:00 2001 From: Apache Pinot Python Library PyPI Release Bot Date: Thu, 16 Nov 2023 18:52:35 +0000 Subject: [PATCH] Update version to pinotdb 0.5.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 01fce60..03ff77c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pinotdb" -version = "5.1.0" +version = "0.5.2" description = "Python DB-API and SQLAlchemy dialect for Pinot." authors = ["Beto Dealmeida ", "Devesh Agrawal ", "Xiang Fu ", "Rong Rong "] license = "MIT"