From caff0e8c1b8c7d7c9e372b480b4efddf0418d350 Mon Sep 17 00:00:00 2001 From: Trino release automation Date: Thu, 26 Sep 2024 13:25:12 +0000 Subject: [PATCH] Bump version to 0.330.0 --- trino/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trino/_version.py b/trino/_version.py index 1b814f3c..263456f2 100644 --- a/trino/_version.py +++ b/trino/_version.py @@ -1,7 +1,7 @@ __title__ = "trino" __description__ = "Client for the Trino distributed SQL Engine" __url__ = "https://github.com/trinodb/trino-python-client" -__version__ = "0.329.0" +__version__ = "0.330.0" __author__ = "Trino Team" __author_email__ = "python-client@trino.io" __license__ = "Apache 2.0"