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 a88bdac commit d270d5eCopy full SHA for d270d5e
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "kondoo"
7
-version = "0.1.4"
+version = "0.1.5"
8
authors = [
9
{ name="Luis Pereida", email="luis.pereida@sysadminctl.services" },
10
]
@@ -26,7 +26,7 @@ dependencies = [
26
"llama-index-embeddings-openai"
27
28
29
-[project.classifiers] = [
+classifiers = [
30
"Development Status :: 3 - Alpha",
31
"Intended Audience :: Developers",
32
"Topic :: Scientific/Engineering :: Artificial Intelligence",
0 commit comments