Skip to content

Commit

Permalink
Increase FARM version
Browse files Browse the repository at this point in the history
  • Loading branch information
Timoeller committed Jan 12, 2021
1 parent 8982bb8 commit 0ec9679
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.6.0",
version="0.6.1",
author="Malte Pietsch, Timo Moeller, Branden Chan, Tanay Soni, Bogdan Kostic",
author_email="[email protected]",
description="Framework 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://github.com/deepset-ai/FARM",
download_url="https://github.com/deepset-ai/FARM/archive/0.6.0.tar.gz",
download_url="https://github.com/deepset-ai/FARM/archive/0.6.1.tar.gz",
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
dependency_links=dependency_links,
install_requires=parsed_requirements,
Expand Down

0 comments on commit 0ec9679

Please sign in to comment.