Skip to content

Commit

Permalink
release: bump icij-common to 0.5.1 and icij-worker to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ClemDoum committed Aug 7, 2024
1 parent ecd824b commit 02adb8c
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 4 deletions.
2 changes: 1 addition & 1 deletion icij-common/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "icij-common"
version = "0.5.0"
version = "0.5.1"
description = "Common utils for ICIJ libs"
authors = [
"Clément Doumouro <cdoumouro@icij.org>",
Expand Down
102 changes: 100 additions & 2 deletions icij-worker/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion icij-worker/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ icij-worker = "icij_worker.__main__:cli_app"

[tool.poetry.dependencies]
python = "^3.10"
icij_common = "^0.5.0"
icij_common = "^0.5.1"
typer = { extras = ["all"], version = "^0.12.3" }

# amqp
Expand Down

0 comments on commit 02adb8c

Please sign in to comment.