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"