From 2f8e2288ad6e4cb14c0198c6e2a16720ab839e52 Mon Sep 17 00:00:00 2001 From: Kevin Morris Date: Fri, 4 Feb 2022 16:18:44 -0800 Subject: [PATCH] poetry: bump version to 6.0.5 ... I need to stop missing this. We need to centralize version setting into a single file and source it. Signed-off-by: Kevin Morris --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8f926646..ae7db89c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ # [tool.poetry] name = "aurweb" -version = "v6.0.4" +version = "v6.0.5" license = "GPL-2.0-only" description = "Source code for the Arch User Repository's website" homepage = "https://aur.archlinux.org"