We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7447c1 commit 14dbd62Copy full SHA for 14dbd62
setup.py
@@ -61,7 +61,7 @@ def finalize_options(self):
61
62
setup(
63
name='wikipedia2vec',
64
- version='0.2.8',
+ version='1.0.0',
65
description='A tool for learning vector representations of words and entities from Wikipedia',
66
long_description=long_description,
67
author='Studio Ousia',
@@ -78,7 +78,7 @@ def finalize_options(self):
78
},
79
keywords=['wikipedia', 'embedding', 'wikipedia2vec'],
80
classifiers=[
81
- 'Development Status :: 4 - Beta',
+ 'Development Status :: 5 - Production/Stable',
82
'Intended Audience :: Developers',
83
'Natural Language :: English',
84
'License :: OSI Approved :: Apache Software License',
0 commit comments