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:
authorPeng Qi <qipeng@users.noreply.github.com>2019-02-27 01:39:54 +0300
committerPeng Qi <qipeng@users.noreply.github.com>2019-02-27 01:39:54 +0300
commitfb47ef6e047df4163132e2608f1bff4cf27082ea (patch)
treee896e8093c00966849a9122b5cd5d4725d1c54eb
parent865022a788854fd3f4fa1e729acada08f0da3db4 (diff)
Getting ready for v0.1.2v0.1.2
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a161af4f..f99a6725 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='0.1.1',
+ version='0.1.2',
description='Official Stanford NLP Python Library',
long_description=long_description,