From 609e017bc2c5893ef823dde65c4ec3d70f4bd0ee Mon Sep 17 00:00:00 2001 From: macan Date: Wed, 13 Feb 2019 10:14:08 +0800 Subject: [PATCH] add readme.md --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 44ba1e0..3c381af 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ THIS PROJECT ONLY SUPPORT Python3. ## Download project and install You can install this project by: ``` -pip install bert-base==0.0.3 -i https://pypi.python.org/simple +pip install bert-base==0.0.5 -i https://pypi.python.org/simple ``` OR ```angular2html diff --git a/setup.py b/setup.py index 72429a4..268cfef 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ # print(__version__) setup( name='bert_base', - version='0.0.3', + version='0.0.5', description='Use Google\'s BERT for Chinese natural language processing tasks such as named entity recognition and provide server services', url='https://github.com/macanv/BERT-BiLSTM-CRF-NER', long_description=open('README.md', 'r', encoding='utf-8').read(),