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 20, 2021
1 parent acc89b3 commit 8460d78
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.6.1",
author="Malte Pietsch, Timo Moeller, Branden Chan, Tanay Soni, Bogdan Kostic",
author_email="malte.pietsch@deepset.ai",
version="0.6.2",
author="Timo Moeller, Malte Pietsch, Branden Chan, Tanay Soni, Bogdan Kostic, Julian Risch",
author_email="timo.moeller@deepset.ai",
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://github.com/deepset-ai/FARM",
download_url="https://github.com/deepset-ai/FARM/archive/0.6.1.tar.gz",
download_url="https://github.com/deepset-ai/FARM/archive/0.6.2.tar.gz",
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
dependency_links=dependency_links,
install_requires=parsed_requirements,
Expand Down

0 comments on commit 8460d78

Please sign in to comment.