bump up version minor
This commit is contained in:
@@ -2,8 +2,8 @@
|
|||||||
# please visit http://pytorch.org/ and install the relevant version.
|
# please visit http://pytorch.org/ and install the relevant version.
|
||||||
torch>=0.4.1,<0.5.0
|
torch>=0.4.1,<0.5.0
|
||||||
# progress bars in model download and training scripts
|
# progress bars in model download and training scripts
|
||||||
tqdm>=4.19
|
tqdm
|
||||||
# Accessing files from S3 directly.
|
# Accessing files from S3 directly.
|
||||||
boto3
|
boto3
|
||||||
# Used for downloading models over HTTP
|
# Used for downloading models over HTTP
|
||||||
requests>=2.18
|
requests
|
||||||
2
setup.py
2
setup.py
@@ -2,7 +2,7 @@ from setuptools import find_packages, setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="pytorch_pretrained_bert",
|
name="pytorch_pretrained_bert",
|
||||||
version="0.1.0",
|
version="0.1.1",
|
||||||
author="Thomas Wolf, Victor Sanh, Tim Rault, Google AI Language Team Authors",
|
author="Thomas Wolf, Victor Sanh, Tim Rault, Google AI Language Team Authors",
|
||||||
author_email="thomas@huggingface.co",
|
author_email="thomas@huggingface.co",
|
||||||
description="PyTorch version of Google AI BERT model with script to load Google pre-trained models",
|
description="PyTorch version of Google AI BERT model with script to load Google pre-trained models",
|
||||||
|
|||||||
Reference in New Issue
Block a user