Skip to content

Commit

Permalink
Release v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Larralde committed Oct 23, 2017
1 parent 85fcbb8 commit f2e858b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions pronto/parser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ def parse(self, stream):
stream (io.StringIO): A stream of the ontology file.
Returns:
dict: contains the metadata
dict: contains the terms
list: contains the imports
(dict, dict, list): a tuple of metadata, dict, and imports.
"""
raise NotImplementedError

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pronto
version = 0.8.0
version = 0.9.0
author = Martin Larralde
author-email = martin.larralde@ens-paris-saclay.fr
home-page = https://github.com/althonos/pronto
Expand Down

0 comments on commit f2e858b

Please sign in to comment.