Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandogrd committed Dec 7, 2022
1 parent 5bc1cca commit 5062f4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion maestro_worker_python/data/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 5062f4d

Please sign in to comment.