Skip to content

Commit cfae0b2

Browse files
committed
PyPI update
1 parent 6ece0a2 commit cfae0b2

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
@@ -2,12 +2,12 @@
22
setup(
33
name = 'pycorenlp',
44
packages = ['pycorenlp'],
5-
version = '0.1.0',
5+
version = '0.2.0',
66
description = 'Python wrapper for Stanford CoreNLP',
77
author = 'Smitha Milli',
88
author_email = '[email protected]',
99
url = 'https://github.com/smilli/py-corenlp',
10-
download_url = 'https://github.com/smilli/py-corenlp/tarball/0.1',
10+
download_url = 'https://github.com/smilli/py-corenlp/tarball/0.2',
1111
keywords = ['nlp'],
1212
classifiers = [],
1313
install_requires = [

0 commit comments

Comments
 (0)