From c39a648bf2da0580b2f23b9f93bf8909846df373 Mon Sep 17 00:00:00 2001 From: Kevin Morris Date: Thu, 3 Feb 2022 19:24:57 -0800 Subject: [PATCH] pyproject.toml: set version to current (v6.0.4) Signed-off-by: Kevin Morris --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8bc2e727..8f926646 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ # [tool.poetry] name = "aurweb" -version = "5.0.0" # Updated via poetry-dynamic-versioning +version = "v6.0.4" license = "GPL-2.0-only" description = "Source code for the Arch User Repository's website" homepage = "https://aur.archlinux.org"