From c4aec022533f9826cd30b3b4a2f01142976b9ef9 Mon Sep 17 00:00:00 2001 From: Paco Nathan Date: Fri, 12 Mar 2021 14:20:08 -0800 Subject: [PATCH] prep release 0.2.1 --- changelog.txt | 2 +- setup.py | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index 0901357..c13bca6 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,7 +2,7 @@ ## 0.2.1 -2021-03-?? +2021-03-12 * tutorial proofreading and corrections; kudos @louisguitton * better exception handling for RDF construction, parsing, serialization diff --git a/setup.py b/setup.py index a3f4bfd..5376659 100644 --- a/setup.py +++ b/setup.py @@ -82,9 +82,8 @@ def parse_requirements_file (filename: str) -> typing.List: "Topic :: Text Processing :: Indexing", ], - url = "https://github.com/DerwenAI/kglab", + url = "https://derwen.ai/docs/kgl/", project_urls = { - "Documentation": "https://derwen.ai/docs/kgl/", "Source Code": "https://github.com/DerwenAI/kglab", "Issue Tracker": "https://github.com/DerwenAI/kglab/issues", "Community Survey": "https://forms.gle/FMHgtmxHYWocprMn6",