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.
2 parents 597239d + a3af5a1 commit 9e18aa1Copy full SHA for 9e18aa1
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "meilisearch-python-async"
3
-version = "0.28.0"
+version = "0.28.1"
4
description = "A Python async client for the Meilisearch API"
5
authors = ["Paul Sanders <[email protected]>"]
6
license = "MIT"
@@ -14,6 +14,7 @@ classifiers=[
14
"Programming Language :: Python :: 3.8",
15
"Programming Language :: Python :: 3.9",
16
"Programming Language :: Python :: 3.10",
17
+ "Programming Language :: Python :: 3.11",
18
"License :: OSI Approved :: MIT License",
19
"Operating System :: OS Independent",
20
]
0 commit comments