Skip to content

Commit

Permalink
upgrade rdflib
Browse files Browse the repository at this point in the history
  • Loading branch information
Binh Vu committed Apr 25, 2024
1 parent 4a89b3e commit 42acf79
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGE LOG

## [Unreleased]
## [7.0.1] (2024-04-25)

### Added

Expand All @@ -11,6 +11,10 @@

- Fix domain/ranges of dbpedia property dataset

### Changed

- Upgrade RDFLib

## [7.1.0] (2024-03-28)

### Added
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "kgdata"
version = "7.0.0"
version = "7.0.1"
description = "Library to process dumps of knowledge graphs (Wikipedia, DBpedia, Wikidata)"
readme = "README.md"
authors = [{ name = "Binh Vu", email = "binh@toan2.com" }]
Expand All @@ -17,7 +17,7 @@ dependencies = [
'tqdm >= 4.64.0, < 5.0.0',
'beautifulsoup4 >= 4.9.3, < 5.0.0',
'loguru >= 0.7.0, < 0.8.0',
'rdflib >= 6.1.1, < 7.0.0',
'rdflib >= 7.0.0, < 8.0.0',
'six >= 1.16.0, < 2.0.0',
'ruamel.yaml >= 0.17.21, < 0.18.0',
'chardet >= 5.0.0, < 6.0.0',
Expand Down

0 comments on commit 42acf79

Please sign in to comment.