Skip to content

Commit

Permalink
Update rdflib (#99)
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Gill <[email protected]>
  • Loading branch information
ivansg44 and Ivan Gill authored Oct 18, 2023
1 parent c98fd35 commit e3693f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lexmapr/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.7.1'
__version__ = '0.7.2'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ nltk==3.4.5
wikipedia==1.4.0
inflection==0.3.1
python-dateutil==2.7.3
rdflib==4.2.2
rdflib==6.3.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
'wikipedia==1.4.0',
'inflection==0.3.1',
'python-dateutil==2.7.3',
'rdflib==4.2.2',
'rdflib==6.3.2',
],
python_requires='>=3.5, <3.8',
test_suite='nose.collector',
Expand Down

0 comments on commit e3693f6

Please sign in to comment.