Skip to content

Commit

Permalink
Bump version and update dependencies
Browse files Browse the repository at this point in the history
- Updated version from 0.3.11 to 0.4.0 πŸš€
- Changed h3daemon dependency to >=1.0.0 πŸ”§
  • Loading branch information
horta committed Jan 17, 2025
1 parent 9825af4 commit 705cf2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions worker/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ build-backend = "hatchling.build"

[project]
name = "deciphon-worker"
version = "0.3.11"
version = "0.4.0"
description = "Deciphon worker."
authors = [{ name = "Danilo Horta", email = "[email protected]" }]
requires-python = "~=3.9"
readme = "README.md"
license = "MIT"
dependencies = [
"h3daemon>=0.16.14",
"h3daemon>=1.0.0",
"deciphon-core>=1.0.11,<2",
"loguru>=0.7.2,<0.8",
"tenacity>=9.0.0,<10",
Expand Down

0 comments on commit 705cf2f

Please sign in to comment.