Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit 38c7984

Browse files
committed
update version
1 parent 33bc345 commit 38c7984

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
name = 'wekeypedia',
55
# packages = ['wekeypedia'], # this must be the same as the name above
66
packages = find_packages(exclude=["test*"]), # this must be the same as the name above
7-
version = '0.1.4',
7+
version = '0.1.5',
88
description = 'toolkit to build datasets around wikipedia pages and to compute extra metrics',
99
author = 'tam kien duong',
1010
author_email = '[email protected]',
1111
url = 'https://github.com/wekeypedia/toolkit-python', # use the URL to the github repo
12-
download_url = 'https://github.com/WeKeyPedia/toolkit-python/archive/0.1.4.tar.gz', # I'll explain this in a second
12+
download_url = 'https://github.com/WeKeyPedia/toolkit-python/archive/0.1.5.tar.gz', # I'll explain this in a second
1313
keywords = ['wikipedia', 'information retrieval', 'api', "data"], # arbitrary keywords
1414
classifiers = [],
1515
install_requires=["nltk", "networkx", "requests", "mwparserfromhell", "colorama", "beautifulsoup4", "numpy"],

0 commit comments

Comments
 (0)