added version in __init__.py

This commit is contained in:
thomwolf
2018-12-11 12:12:08 +01:00
parent d3fcec1a3e
commit ce52177638
3 changed files with 4 additions and 4 deletions

View File

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