diff --git a/cli/pyproject.toml b/cli/pyproject.toml index 7aacfcf..d31705c 100644 --- a/cli/pyproject.toml +++ b/cli/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pipeless-ai-cli" -version = "0.1.7" +version = "0.1.8" description = "Pipeless is a framework to build and deploy multimodal perception apps in minutes without worrying about multimedia pipelines" authors = ["Miguel Angel Cabrera Minagorri "] license = "Apache-2.0" diff --git a/core/pyproject.toml b/core/pyproject.toml index ad8ffa9..74e72ed 100644 --- a/core/pyproject.toml +++ b/core/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pipeless-ai" -version = "0.1.9" +version = "0.1.10" description = "A framework to build and deploy multimodal perception apps in minutes without worrying about multimedia pipelines" authors = ["Miguel Angel Cabrera Minagorri "] license = "Apache-2.0"