From 10d58f9aaa663def6782d619af558983f6524fff Mon Sep 17 00:00:00 2001 From: "S. Andrew Sheppard" Date: Wed, 8 Nov 2023 12:51:11 -0500 Subject: [PATCH] v2.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 31ff483..deefe50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,6 +41,6 @@ Documentation = "https://wq.io/" Source = "https://github.com/wq/xlsform-converter" "Release Notes" = "https://github.com/wq/xlsform-converter/releases" Issues = "https://github.com/wq/xlsform-converter/issues" -CI = "https://github.com/wq/xlsform-converter/actions/workflows/test.yml" +Tests = "https://github.com/wq/xlsform-converter/actions/workflows/test.yml" [tool.setuptools_scm]