Skip to content

Commit 14dbd62

Browse files
committed
bump
1 parent c7447c1 commit 14dbd62

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
@@ -61,7 +61,7 @@ def finalize_options(self):
6161

6262
setup(
6363
name='wikipedia2vec',
64-
version='0.2.8',
64+
version='1.0.0',
6565
description='A tool for learning vector representations of words and entities from Wikipedia',
6666
long_description=long_description,
6767
author='Studio Ousia',
@@ -78,7 +78,7 @@ def finalize_options(self):
7878
},
7979
keywords=['wikipedia', 'embedding', 'wikipedia2vec'],
8080
classifiers=[
81-
'Development Status :: 4 - Beta',
81+
'Development Status :: 5 - Production/Stable',
8282
'Intended Audience :: Developers',
8383
'Natural Language :: English',
8484
'License :: OSI Approved :: Apache Software License',

0 commit comments

Comments
 (0)