Skip to content

Commit

Permalink
add readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
macanv committed Feb 13, 2019
1 parent f221eb0 commit 609e017
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 609e017

Please sign in to comment.