Skip to content

Commit

Permalink
bump haystack version
Browse files Browse the repository at this point in the history
  • Loading branch information
tholor committed Jan 21, 2021
1 parent 337376c commit 5081542
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 @@ -47,7 +47,7 @@ def get_dependency_links(filename):

setup(
name="farm-haystack",
version="0.6.0",
version="0.7.0",
author="Malte Pietsch, Timo Moeller, Branden Chan, Tanay Soni",
author_email="[email protected]",
description="Neural Question Answering & Semantic Search at Scale. Use modern transformer based models like BERT to find answers in large document collections",
Expand All @@ -56,7 +56,7 @@ def get_dependency_links(filename):
keywords="QA Question-Answering Reader Retriever semantic-search search BERT roberta albert squad mrc transfer-learning language-model transformer",
license="Apache",
url="https://github.com/deepset-ai/haystack",
download_url="https://github.com/deepset-ai/haystack/archive/0.6.0.tar.gz",
download_url="https://github.com/deepset-ai/haystack/archive/0.7.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 5081542

Please sign in to comment.