Skip to content

Commit

Permalink
release: bump icij-common to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ClemDoum committed Jul 29, 2024
1 parent b562980 commit 1dd4104
Show file tree
Hide file tree
Showing 3 changed files with 4 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.3.2"
version = "0.3.3"
description = "Common utils for ICIJ libs"
authors = [
"Clément Doumouro <cdoumouro@icij.org>",
Expand Down
4 changes: 2 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 @@ -29,7 +29,7 @@ icij-worker = "icij_worker.__main__:cli_app"

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

# amqp
Expand Down

0 comments on commit 1dd4104

Please sign in to comment.