bump version in setup.py

This commit is contained in:
thomwolf
2018-11-26 10:45:48 +01:00
parent 05053d163c
commit ce37b8e481

View File

@@ -2,7 +2,7 @@ from setuptools import find_packages, setup
setup(
name="pytorch_pretrained_bert",
version="0.1.2",
version="0.2.0",
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",