Skip to content

Commit

Permalink
Bump versions for new release
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel A. Cabrera Minagorri <devgorri@gmail.com>
  • Loading branch information
miguelaeh committed Oct 5, 2023
1 parent 7ef2be6 commit 61ee04c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions cli/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <devgorri@gmail.com>"]
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"
Expand Down
6 changes: 3 additions & 3 deletions core/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <devgorri@gmail.com>"]
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"
Expand Down

0 comments on commit 61ee04c

Please sign in to comment.