Skip to content

Commit

Permalink
Merge pull request #124 from wilhelm-lab/feature/trigger_cd
Browse files Browse the repository at this point in the history
Feature/trigger cd
  • Loading branch information
LLautenbacher authored Oct 9, 2024
2 parents 501bd9e + cc25272 commit 73aed2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions clients/python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
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]
Expand Down

0 comments on commit 73aed2f

Please sign in to comment.