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 b459f6c commit 34b9c8fCopy full SHA for 34b9c8f
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = wikipedia2vec
3
-version = 2.0.0.dev1
+version = 2.0.0b1
4
author = Studio Ousia
5
author_email = ikuya@ousia.jp
6
description = A tool for learning vector representations of words and entities from Wikipedia
@@ -18,6 +18,7 @@ classifiers =
18
Programming Language :: Python :: 3.9
19
Programming Language :: Python :: 3.10
20
Programming Language :: Python :: 3.11
21
+ Programming Language :: Python :: 3.12
22
23
[options]
24
zip_safe = false
0 commit comments