Skip to content

Commit 82e6908

Browse files
committed
update version
1 parent 113cf23 commit 82e6908

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "xaiflow"
7-
version = "0.1.0rc8"
7+
version = "0.1.0rc3"
88
description = "MLflow integration library for generating interactive HTML reports with SHAP analysis using Svelte and Chart.js"
99
authors = [
1010
{name = "CloudExplain Team", email = "tobias@cloudexplain.eu"}
@@ -46,9 +46,9 @@ dev = [
4646
]
4747

4848
[project.urls]
49-
Documentation = "https://github.com/cloudexplain/ce-mlflow-extension"
50-
Source = "https://github.com/cloudexplain/ce-mlflow-extension"
51-
Tracker = "https://github.com/cloudexplain/ce-mlflow-extension/issues"
49+
Documentation = "https://github.com/cloudexplain/xaiflow"
50+
Source = "https://github.com/cloudexplain/xaiflow"
51+
Tracker = "https://github.com/cloudexplain/xaiflow/issues"
5252

5353
[tool.setuptools]
5454
package-dir = {"" = "src"}

0 commit comments

Comments
 (0)