Skip to content

Commit 797f37b

Browse files
Merge branch 'master' of github.ibm.com:mnlp/transition-amr-parser
2 parents 4f7812b + 330577c commit 797f37b

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

pyproject.toml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,15 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "transition_neural_parser"
7-
version = '0.5.2.1'
7+
version = '0.5.3'
88
authors = [
9+
{ name="Ramon", email="ramon.astudillo@ibm.com" },
10+
{ name="Young-Suk", email="ysuklee@us.ibm.com" },
11+
{ name="Tahira", email="tnaseem@us.ibm.com" },
12+
{ name="Sadhana", email="sadhana.kumaravel1@ibm.com" },
913
{ name="GX", email="GX.Xu@ibm.com" },
14+
{ name="Hans", email="raduf@us.ibm.com" },
15+
{ name="Salim", email="roukos@us.ibm.com" },
1016
]
1117
description = "The package for transition based nueral AMR parser"
1218
readme = "README.md"
@@ -21,5 +27,5 @@ classifiers = [
2127
os = "linux"
2228

2329
[project.urls]
24-
"Homepage" = "https://github.ibm.com/mnlp/transition-amr-parser/tree/transition-neural-parser"
25-
"Bug Tracker" = "https://github.ibm.com/mnlp/transition-amr-parser/issues"
30+
homepage = "https://github.ibm.com/mnlp/transition-amr-parser/tree/master"
31+
tracker = "https://github.ibm.com/mnlp/transition-amr-parser/issues"

0 commit comments

Comments
 (0)