Skip to content

Commit

Permalink
prep release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ceteri committed Mar 12, 2021
1 parent 551b11f commit c4aec02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c4aec02

Please sign in to comment.