Skip to content

Commit

Permalink
Bump version to 0.4.7
Browse files Browse the repository at this point in the history
Former-commit-id: 32aa6b4
Former-commit-id: 6d7db99d087edf31185fa93f017c6c02b519c779
  • Loading branch information
tholor committed Aug 27, 2020
1 parent 5306794 commit 22dd3f0
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.6",
version="0.4.7",
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.5.tar.gz",
download_url="https://github.com/deepset-ai/FARM/archive/0.4.7.tar.gz",
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
dependency_links=dependency_links,
install_requires=parsed_requirements,
Expand Down

0 comments on commit 22dd3f0

Please sign in to comment.