From c55c3bb885f89e43e8323b24b4af4b5cf6ec3785 Mon Sep 17 00:00:00 2001 From: Stefano Fusai Date: Tue, 24 Dec 2024 16:06:37 +0100 Subject: [PATCH] [#56] Bump: update project.version --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 782e3bf..59e8dbb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "scrapy-redis-httpcache" -version = "1.3.0" +version = "1.4.0" description = "Cache Scrapy responses with Redis." readme = "README.md" authors = [ diff --git a/uv.lock b/uv.lock index 2391cec..80c8caf 100644 --- a/uv.lock +++ b/uv.lock @@ -547,7 +547,7 @@ wheels = [ [[package]] name = "scrapy-redis-httpcache" -version = "1.3.0" +version = "1.4.0" source = { editable = "." } dependencies = [ { name = "redis" },