From 75784e740d7600a182d8e2f79bbf30e612e62db0 Mon Sep 17 00:00:00 2001 From: Stuart Maxwell Date: Fri, 15 Nov 2024 16:37:27 +1300 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0b81ce2..bb22ef6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "djpress" -version = "0.11.0" +version = "0.11.1" description = "A blog application for Django sites, inspired by classic WordPress." readme = "README.md" requires-python = ">=3.10"