Skip to content

Commit

Permalink
Merge pull request #428 from usc-isi-i2/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
saggu committed Jan 29, 2021
2 parents b26cc04 + ab99c1a commit 906e700
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion etk/knowledge_graph/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def serialize(self, format='ttl', namespace_manager=None, **kwargs):
else:
b_string = self._g.serialize(format=format, **kwargs)
if isinstance(b_string, bytes):
b_string.decode('UTF-8')
b_string = b_string.decode('UTF-8')
return b_string

@lru_cache()
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setuptools.setup(
name="etk",
version="2.2.5",
version="2.2.6",
author="Amandeep Singh",
author_email="amandeep.s.saggu@gmail.com",
description="extraction toolkit",
Expand Down

0 comments on commit 906e700

Please sign in to comment.