Skip to content

Commit 4c9bd82

Browse files
committed
Release 0.3
1 parent 3272104 commit 4c9bd82

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.2.0',
5+
version = '0.3.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.2',
10+
download_url = 'https://github.com/smilli/py-corenlp/tarball/0.3',
1111
keywords = ['nlp'],
1212
classifiers = [],
1313
install_requires = [

0 commit comments

Comments
 (0)