bump up version minor

This commit is contained in:
thomwolf
2018-11-17 10:43:39 +01:00
parent 4e46affc34
commit a99b971738
2 changed files with 3 additions and 3 deletions

View File

@@ -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",