From 45eea0d6ec8a7260826d68439066b40cd239d5c1 Mon Sep 17 00:00:00 2001 From: Li Yazhou Date: Mon, 27 May 2024 12:54:28 +0800 Subject: [PATCH] bounce up version --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 3c517a4..95528c8 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -7,7 +7,7 @@ classifiers = [ description = "Databend UDF Server" license = { text = "Apache-2.0" } name = "databend-udf" -version = "0.2.2" +version = "0.2.3" readme = "README.md" requires-python = ">=3.7" dependencies = ["pyarrow"]