We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3272104 commit 4c9bd82Copy full SHA for 4c9bd82
setup.py
@@ -2,12 +2,12 @@
2
setup(
3
name = 'pycorenlp',
4
packages = ['pycorenlp'],
5
- version = '0.2.0',
+ version = '0.3.0',
6
description = 'Python wrapper for Stanford CoreNLP',
7
author = 'Smitha Milli',
8
author_email = '[email protected]',
9
url = 'https://github.com/smilli/py-corenlp',
10
- download_url = 'https://github.com/smilli/py-corenlp/tarball/0.2',
+ download_url = 'https://github.com/smilli/py-corenlp/tarball/0.3',
11
keywords = ['nlp'],
12
classifiers = [],
13
install_requires = [
0 commit comments