Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit f992a59

Browse files
committed
Increase FARM version number
1 parent 47dfa4f commit f992a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def versionfromfile(*filepath):
7373
keywords="BERT NLP deep-learning language-model transformer qa question-answering transfer-learning",
7474
license="Apache",
7575
url="https://github.com/deepset-ai/FARM",
76-
download_url="https://github.com/deepset-ai/FARM/archive/0.7.1.tar.gz",
76+
download_url="https://github.com/deepset-ai/FARM/archive/0.8.0.tar.gz",
7777
packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
7878
dependency_links=dependency_links,
7979
install_requires=parsed_requirements,

0 commit comments

Comments
 (0)