From a99b971738dc0d4eed6fd915d564f2f872f5218d Mon Sep 17 00:00:00 2001 From: thomwolf Date: Sat, 17 Nov 2018 10:43:39 +0100 Subject: [PATCH] bump up version minor --- requirements.txt | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0aeac31a31a..e9a3640a9b3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,8 +2,8 @@ # please visit http://pytorch.org/ and install the relevant version. torch>=0.4.1,<0.5.0 # progress bars in model download and training scripts -tqdm>=4.19 +tqdm # Accessing files from S3 directly. boto3 # Used for downloading models over HTTP -requests>=2.18 \ No newline at end of file +requests \ No newline at end of file diff --git a/setup.py b/setup.py index 7e28c68153c..0cba4e2a5c3 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import find_packages, setup setup( 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_email="thomas@huggingface.co", description="PyTorch version of Google AI BERT model with script to load Google pre-trained models",