Skip to content

Commit d270d5e

Browse files
committed
fix: Bump version to fix PyPI classifiers
1 parent a88bdac commit d270d5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "kondoo"
7-
version = "0.1.4"
7+
version = "0.1.5"
88
authors = [
99
{ name="Luis Pereida", email="luis.pereida@sysadminctl.services" },
1010
]
@@ -26,7 +26,7 @@ dependencies = [
2626
"llama-index-embeddings-openai"
2727
]
2828

29-
[project.classifiers] = [
29+
classifiers = [
3030
"Development Status :: 3 - Alpha",
3131
"Intended Audience :: Developers",
3232
"Topic :: Scientific/Engineering :: Artificial Intelligence",

0 commit comments

Comments
 (0)