diff --git a/README.md b/README.md index d04a273..b1bda3e 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@4.0.0 +pip install git+https://github.com/moises-ai/maestro-worker-python.git@5.0.0 ``` ## Maestro init diff --git a/pyproject.toml b/pyproject.toml index 86c004b..d53fa53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "maestro-worker-python" -version = "4.0.0" +version = "5.0.0" description = "Utility to run workers on Moises/Maestro" readme = "README.md" requires-python = ">=3.10,<3.14" diff --git a/uv.lock b/uv.lock index 70de308..1ca3c9c 100644 --- a/uv.lock +++ b/uv.lock @@ -191,7 +191,7 @@ wheels = [ [[package]] name = "maestro-worker-python" -version = "4.0.0" +version = "5.0.0" source = { editable = "." } dependencies = [ { name = "fastapi" },