From 5062f4d9f3c1043f74dd59f830dbe9483f0f4f39 Mon Sep 17 00:00:00 2001 From: Fernando Grunevald Date: Wed, 7 Dec 2022 14:03:29 -0700 Subject: [PATCH] bump version --- README.md | 2 +- maestro_worker_python/data/requirements.txt | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3144b47..a74f642 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ pip install git+https://github.com/moises-ai/maestro-worker-python.git To install a version (recommended): ``` -pip install git+https://github.com/moises-ai/maestro-worker-python.git@2.2.0 +pip install git+https://github.com/moises-ai/maestro-worker-python.git@2.2.1 ``` ## Maestro init diff --git a/maestro_worker_python/data/requirements.txt b/maestro_worker_python/data/requirements.txt index d0e1d7c..34ea2b9 100644 --- a/maestro_worker_python/data/requirements.txt +++ b/maestro_worker_python/data/requirements.txt @@ -1 +1 @@ -git+https://github.com/moises-ai/maestro-worker-python.git@2.2.0 +git+https://github.com/moises-ai/maestro-worker-python.git@2.2.1 diff --git a/pyproject.toml b/pyproject.toml index c2dec4d..6b840b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "maestro-worker-python" -version = "2.2.0" +version = "2.2.1" description = "Utility to run workers on Moises/Maestro" authors = ["Moises.ai"] license = "MIT"