We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dac523c commit aad19c1Copy full SHA for aad19c1
python/pyproject.toml
@@ -7,7 +7,7 @@ classifiers = [
7
description = "Databend UDF Server"
8
license = { text = "Apache-2.0" }
9
name = "databend-udf"
10
-version = "0.2.6"
+version = "0.2.7"
11
readme = "README.md"
12
requires-python = ">=3.7"
13
dependencies = [
@@ -19,5 +19,5 @@ lint = ["ruff"]
19
test = ["pytest"]
20
21
[project.urls]
22
-Repository = "https://github.com/datafuselabs/databend-udf"
23
-Homepage = "https://databend.rs"
+Repository = "https://github.com/databendlabs/databend-udf"
+Homepage = "https://databend.com"
0 commit comments