From 361b1abc239da3dc3926132bd307c298ceef7fcc Mon Sep 17 00:00:00 2001 From: Tom Clark Date: Sat, 20 Apr 2024 20:56:40 +0000 Subject: [PATCH] OPS: Version bump to trigger new release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c21028d..e9655e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-gcp" -version = "0.11.4" +version = "0.11.5" description = "Utilities to run Django on Google Cloud Platform" authors = ["Tom Clark"] license = "MIT"