Skip to content

Commit 3abebde

Browse files
committed
SuPar v1.1.4
1 parent 6705207 commit 3abebde

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='supar',
7-
version='1.1.3',
7+
version='1.1.4',
88
author='Yu Zhang',
99
author_email='yzhang.cs@outlook.com',
1010
description='Syntactic/Semantic Parsing Models',

supar/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
'SemanticDependencyLBP',
3232
'SemanticDependencyMFVI']
3333

34-
__version__ = '1.1.3'
34+
__version__ = '1.1.4'
3535

3636
PARSER = {parser.NAME: parser for parser in [BiaffineDependencyParser,
3737
CRFDependencyParser,

0 commit comments

Comments
 (0)