Skip to content

Commit 77c7336

Browse files
committed
bump version
1 parent 0c0335a commit 77c7336

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pip install git+https://github.com/moises-ai/maestro-worker-python.git
1010

1111
To install a version (recommended):
1212
```
13-
pip install git+https://github.com/moises-ai/maestro-worker-python.git@3.5.4
13+
pip install git+https://github.com/moises-ai/maestro-worker-python.git@4.0.0
1414
```
1515

1616
## Maestro init

maestro_worker_python/data/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.8
1+
FROM python:3.9
22
# You may have the model on your machine for testing using docker-compose
33
# Don't commit the model to the repo and download it from storage during CI
44
# A Github actions example is given later on the Deployment section
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
git+https://github.com/moises-ai/maestro-worker-python.git@3.5.4
1+
git+https://github.com/moises-ai/maestro-worker-python.git@4.0.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "maestro-worker-python"
3-
version = "3.5.4"
3+
version = "4.0.0"
44
description = "Utility to run workers on Moises/Maestro"
55
authors = ["Moises.ai"]
66
license = "MIT"

0 commit comments

Comments
 (0)