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 a1d740f commit 3928429Copy full SHA for 3928429
1 file changed
setup.cfg
@@ -1,5 +1,5 @@
1
[metadata]
2
-version = 1.1.7
+version = 1.1.8
3
description = spaCy pipelines for pre-trained BERT and other transformers
4
url = https://spacy.io
5
author = Explosion
@@ -21,6 +21,9 @@ classifiers =
21
Programming Language :: Python :: 3
22
Programming Language :: Python :: 3.6
23
Programming Language :: Python :: 3.7
24
+ Programming Language :: Python :: 3.8
25
+ Programming Language :: Python :: 3.9
26
+ Programming Language :: Python :: 3.10
27
28
[options]
29
zip_safe = false
0 commit comments