Skip to content

Commit

Permalink
Bump FARM to 0.5.0 (#613)
Browse files Browse the repository at this point in the history
Former-commit-id: c5ee8f9
Former-commit-id: 0ad01e29eac5a1537521e06a2da8536eba7bc25c
  • Loading branch information
tholor authored Oct 30, 2020
1 parent d4311b3 commit 09c338e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,16 @@ def get_dependency_links(filename):

setup(
name="farm",
version="0.4.9",
version="0.5.0",
author="Malte Pietsch, Timo Moeller, Branden Chan, Tanay Soni",
author_email="[email protected]",
description="Toolkit for finetuning and evaluating transformer based language models",
description="Framework for finetuning and evaluating transformer based language models",
long_description=open("readme.rst", "r", encoding="utf-8").read(),
long_description_content_type="text/x-rst",
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.9.tar.gz",
download_url="https://github.com/deepset-ai/FARM/archive/0.5.0.tar.gz",
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
dependency_links=dependency_links,
install_requires=parsed_requirements,
Expand Down

0 comments on commit 09c338e

Please sign in to comment.