Skip to content

Commit

Permalink
SuPar v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhangcs committed Dec 28, 2021
1 parent 6705207 commit 3abebde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='supar',
version='1.1.3',
version='1.1.4',
author='Yu Zhang',
author_email='yzhang.cs@outlook.com',
description='Syntactic/Semantic Parsing Models',
Expand Down
2 changes: 1 addition & 1 deletion supar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
'SemanticDependencyLBP',
'SemanticDependencyMFVI']

__version__ = '1.1.3'
__version__ = '1.1.4'

PARSER = {parser.NAME: parser for parser in [BiaffineDependencyParser,
CRFDependencyParser,
Expand Down

0 comments on commit 3abebde

Please sign in to comment.