Skip to content

Commit

Permalink
version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
boat-builder committed Aug 12, 2016
1 parent 1f2218a commit ef1f604
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
# string in below ...
setup(
name = "corenlp_pywrap",
version = "1.0.0",
version = "1.0.2",
author = "hhsecond",
author_email = "sherinct@live.com",
description = ("A powerful python wraper for Stanford CoreNLP"),
license = "MIT",
keywords = "stanford corenlp wrapper",
install_requires=['requests'],
url = "https://www.github.com/hhsecond/corenlp_pywrap",
download_url = "https://www.github.com/hhsecond/corenlp_pywrap/tarball/1.0.0",
download_url = "https://www.github.com/hhsecond/corenlp_pywrap/tarball/1.0.2",
packages=['corenlp_pywrap'],
long_description='Production Ready version equiped with basic'\
'output fetch of stanfornlp and custom arrange function, '\
Expand Down

0 comments on commit ef1f604

Please sign in to comment.