diff --git a/cli/pyproject.toml b/cli/pyproject.toml index b2e61d5..6a7637e 100644 --- a/cli/pyproject.toml +++ b/cli/pyproject.toml @@ -1,14 +1,14 @@ [tool.poetry] name = "pipeless-ai-cli" -version = "0.1.14" -description = "Pipeless is a framework to build and deploy multimodal perception apps in minutes without worrying about multimedia pipelines" +version = "0.1.15" +description = "An open-source computer vision framework to create and deploy computer vision applications that scale in minutes" authors = ["Miguel Angel Cabrera Minagorri "] license = "Apache-2.0" readme = "README.md" homepage = "https://pipeless.ai" repository = "https://github.com/miguelaeh/pipeless" documentation = "https://github.com/miguelaeh/pipeless" -keywords = ["multimedia", "framework", "artificial-intelligence", "pipeline", "developer-tools"] +keywords = ["multimedia", "framework", "artificial-intelligence", "pipeline", "developer-tools", "computer-vision", "image-processing"] [tool.poetry.dependencies] python = "^3.10" diff --git a/core/pyproject.toml b/core/pyproject.toml index 2a2a4e7..3aa3211 100644 --- a/core/pyproject.toml +++ b/core/pyproject.toml @@ -1,14 +1,14 @@ [tool.poetry] name = "pipeless-ai" -version = "0.1.14" -description = "A framework to build and deploy multimodal perception apps in minutes without worrying about multimedia pipelines" +version = "0.1.15" +description = "An open-source computer vision framework to create and deploy computer vision applications that scale in minutes" authors = ["Miguel Angel Cabrera Minagorri "] license = "Apache-2.0" readme = "README.md" homepage = "https://pipeless.ai" repository = "https://github.com/miguelaeh/pipeless" documentation = "https://github.com/miguelaeh/pipeless" -keywords = ["multimedia", "framework", "artificial-intelligence", "pipeline", "developer-tools"] +keywords = ["multimedia", "framework", "artificial-intelligence", "pipeline", "developer-tools", "computer-vision", "image-processing"] [tool.poetry.dependencies] python = "^3.10"