Skip to content

Commit 34ed4b6

Browse files
committed
increment version
1 parent 9bd284e commit 34ed4b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
PACKAGE = "corenlp"
55
NAME = "stanford-corenlp-python"
66
DESCRIPTION = "A Stanford Core NLP wrapper (wordseer fork)"
7-
AUTHOR = "Hiroyoshi Komatsu, Dustin Smith, Aditi Muralidharan"
7+
AUTHOR = "Hiroyoshi Komatsu, Dustin Smith, Aditi Muralidharan, Ian MacFarland"
88
AUTHOR_EMAIL = "[email protected]"
99
URL = "https://github.com/Wordseer/stanford-corenlp-python"
10-
VERSION = "3.3.9"
10+
VERSION = "3.3.10"
1111
INSTALLATION_REQS = ["unidecode >= 0.04.12", "xmltodict >= 0.4.6"]
1212

1313
PEXPECT = "pexpect >= 2.4"

0 commit comments

Comments
 (0)