Skip to content

Commit

Permalink
Upgrade version number to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tholor committed Jul 16, 2020
1 parent 1289cc6 commit d2d048c
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-haystack",
version="0.2.2",
version="0.3.0",
author="Malte Pietsch, Timo Moeller, Branden Chan, Tanay Soni",
author_email="[email protected]",
description="Neural Question Answering at Scale. Use modern transformer based models like BERT to find answers in large document collections",
Expand All @@ -55,7 +55,7 @@ def get_dependency_links(filename):
keywords="QA Question-Answering Reader Retriever 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.2.1.tar.gz",
download_url="https://github.com/deepset-ai/haystack/archive/0.3.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 d2d048c

Please sign in to comment.