Skip to content

Commit

Permalink
Bump FARM version to 0.4.8
Browse files Browse the repository at this point in the history
Former-commit-id: a3c693f
Former-commit-id: a6baff9bb113207af20111ec15c329b63f78a3b9
  • Loading branch information
tholor committed Sep 14, 2020
1 parent 928948b commit d07b483
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 @@ -46,7 +46,7 @@ def get_dependency_links(filename):

setup(
name="farm",
version="0.4.7",
version="0.4.8",
author="Malte Pietsch, Timo Moeller, Branden Chan, Tanay Soni",
author_email="[email protected]",
description="Toolkit for finetuning and evaluating transformer based language models",
Expand All @@ -55,7 +55,7 @@ def get_dependency_links(filename):
keywords="BERT NLP deep learning language-model transformer qa question-answering transfer-learning",
license="Apache",
url="https://gitlab.com/deepset-ai/ml/lm/farm",
download_url="https://github.com/deepset-ai/FARM/archive/0.4.7.tar.gz",
download_url="https://github.com/deepset-ai/FARM/archive/0.4.8.tar.gz",
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
dependency_links=dependency_links,
install_requires=parsed_requirements,
Expand Down

0 comments on commit d07b483

Please sign in to comment.