From c463bd7e7ccace956e79d3bc9dfb70593aaeffe4 Mon Sep 17 00:00:00 2001 From: "Miguel A. Cabrera Minagorri" Date: Mon, 21 Aug 2023 13:38:01 +0200 Subject: [PATCH] Bump versions for new release --- cli/pyproject.toml | 2 +- core/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/pyproject.toml b/cli/pyproject.toml index cf12d17..910d513 100644 --- a/cli/pyproject.toml +++ b/cli/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pipeless-ai-cli" -version = "0.1.3" +version = "0.1.4" 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 41a0497..8f324d7 100644 --- a/core/pyproject.toml +++ b/core/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pipeless-ai" -version = "0.1.1" +version = "0.1.2" 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"