Skip to content

Commit

Permalink
Upgrade version
Browse files Browse the repository at this point in the history
Former-commit-id: e9619f1
  • Loading branch information
tanaysoni committed Oct 28, 2019
1 parent 2983db0 commit 8b192d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name="farm",
version="0.2.2",
version="0.3.0",
author="Malte Pietsch, Timo Moeller, Branden Chan, Tanay Soni, Huggingface Team Authors, Google AI Language Team Authors, Open AI team Authors",
author_email="[email protected]",
description="Toolkit for finetuning and evaluating transformer based language models",
Expand All @@ -23,7 +23,7 @@
keywords="BERT NLP deep learning language-model transformer",
license="Apache",
url="https://gitlab.com/deepset-ai/ml/lm/farm",
download_url="https://github.com/deepset-ai/FARM/archive/0.2.2.tar.gz",
download_url="https://github.com/deepset-ai/FARM/archive/0.3.0.tar.gz",
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
install_requires=parsed_requirements,
python_requires=">=3.5.0",
Expand Down

0 comments on commit 8b192d4

Please sign in to comment.