Skip to content

Commit

Permalink
build: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
frnsimoes committed Jan 31, 2025
1 parent 6bb2e72 commit eb61530
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "django-google-cloud-tasks"
version = "2.18.0"
version = "2.19.0"
description = "Async Tasks with HTTP endpoints"
authors = [
{name = "Joao Daher", email = "joao@daher.dev"},
Expand All @@ -16,7 +16,7 @@ requires-python = ">=3.11"
dependencies = [
"django>=4",
"drf-kit>=1.45.0",
"gcp-pilot[pubsub,tasks]>=1.31.0",
"gcp-pilot[pubsub,tasks]>=1.32.0",
]

[dependency-groups]
Expand Down

0 comments on commit eb61530

Please sign in to comment.