Skip to content

Commit

Permalink
release: bump icij-common to 0.4.0 and icij-worker to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ClemDoum committed Jul 30, 2024
1 parent 7d05e0c commit d2840e5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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.3.3"
version = "0.4.0"
description = "Common utils for ICIJ libs"
authors = [
"Clément Doumouro <cdoumouro@icij.org>",
Expand Down
10 changes: 5 additions & 5 deletions icij-worker/poetry.lock

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

4 changes: 2 additions & 2 deletions icij-worker/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "icij-worker"
version = "0.4.6"
version = "0.5.0"
description = "Create asynchronous tasks from Python functions"
authors = [
"Clément Doumouro <cdoumouro@icij.org>",
Expand Down Expand Up @@ -29,7 +29,7 @@ icij-worker = "icij_worker.__main__:cli_app"

[tool.poetry.dependencies]
python = "^3.9"
icij_common = "^0.3.3"
icij_common = "^0.4.0"
typer = { extras = ["all"], version = "^0.12.3" }

# amqp
Expand Down

0 comments on commit d2840e5

Please sign in to comment.