Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stanfordnlp/stanza.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ38 <jebolton@stanford.edu>2019-01-17 12:24:40 +0300
committerJ38 <jebolton@stanford.edu>2019-01-17 12:24:40 +0300
commitad876fbd4ef6a8f95eef0bba7239bdfda5f2cef6 (patch)
tree168ab1d5620d3829a758eea2f4f407ddee5a2a1b /setup.py
parent9ca04a61a6ea24e141f66387b4dfd71a3f66b371 (diff)
reduce version
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 0c1c6e18..8964a56e 100644
--- a/setup.py
+++ b/setup.py
@@ -16,7 +16,7 @@ setup(
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
- version='1.0.0',
+ version='0.1.1',
description='Official Stanford NLP Python Library',
long_description=long_description,