diff --git a/README.md b/README.md index 386a8ae..a3fb8ab 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ docker run \ --name watchtower \ -v /var/run/docker.sock:/var/run/docker.sock \ --restart unless-stopped \ - containrrr/watchtower -i 30 + containrrr/watchtower -i 30 --rolling-restart ``` ## Adding your own model diff --git a/clients/python/pyproject.toml b/clients/python/pyproject.toml index 76754f2..5ee7285 100644 --- a/clients/python/pyproject.toml +++ b/clients/python/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "koinapy" -version = "0.0.8" +version = "0.0.9" description = "Python client to communicate with Koina." -authors = ["Ludwig Lautenbacher "] +authors = ["Koina Developers"] license = "Apache 2.0" homepage = "https://koina.wilhelmlab.org/" repository = "https://github.com/wilhelm-lab/koina" -documentation = "https://koina.wilhelmlab.org/docs" +documentation = "https://koina.wilhelmlab.org" readme = "README.md" [tool.poetry.dependencies]