Skip to content

Commit 3cb0734

Browse files
committed
bump version
1 parent c8caf8b commit 3cb0734

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Ikuya Yamada, Akari Asai, Hiroyuki Shindo, Hideaki Takeda, Yoshiyasu Takefuji, [
3434
}
3535
```
3636

37-
Furthermore, Wikipedia2Vec is an official implementation of the embedding model proposed in the following paper:
37+
Wikipedia2Vec is an official implementation of the embedding model proposed in the following paper:
3838

3939
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).
4040

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def finalize_options(self):
5151

5252
setup(
5353
name='wikipedia2vec',
54-
version='1.0.3',
54+
version='1.0.4',
5555
description='A tool for learning vector representations of words and entities from Wikipedia',
5656
long_description=open('README.md').read(),
5757
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)