From 3cb07341315f65b580f4028380f05c377bc901cc Mon Sep 17 00:00:00 2001 From: Ikuya Yamada Date: Sat, 7 Sep 2019 21:54:19 +0900 Subject: [PATCH] bump version --- docs/index.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 0cf36e9..6b743d5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -34,7 +34,7 @@ Ikuya Yamada, Akari Asai, Hiroyuki Shindo, Hideaki Takeda, Yoshiyasu Takefuji, [ } ``` -Furthermore, Wikipedia2Vec is an official implementation of the embedding model proposed in the following paper: +Wikipedia2Vec is an official implementation of the embedding model proposed in the following paper: Ikuya Yamada, Hiroyuki Shindo, Hideaki Takeda, Yoshiyasu Takefuji, [Joint Learning of the Embedding of Words and Entities for Named Entity Disambiguation](https://arxiv.org/abs/1601.01343). diff --git a/setup.py b/setup.py index d107ddb..94096b0 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ def finalize_options(self): setup( name='wikipedia2vec', - version='1.0.3', + version='1.0.4', description='A tool for learning vector representations of words and entities from Wikipedia', long_description=open('README.md').read(), long_description_content_type='text/markdown',